You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alexey Velikiy bfccd99856 folders config++ 6 years ago
..
build deps & data folder (#1) 6 years ago
src folders config++ 6 years ago
.babelrc node v0.10 support 6 years ago
README.md Add src 6 years ago
package.json deps & data folder (#1) 6 years ago
tsconfig.json node v0.10 support 6 years ago

README.md

Hastic server

REST server for managing data for analytics.

Running on 8000 port.

Build

npm install
npm run build

Run

npm start

Development

You should have nodemon module installed to run development server.

npm i -g nodemon
npm run dev