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.
 
 
 
 
 
rozetko 48e9189ba6 Add dist/ 6 years ago
..
build Add src 6 years ago
dist Add dist/ 6 years ago
src Return json from GET / 6 years ago
README.md Add src 6 years ago
package-lock.json Add src 6 years ago
package.json Add src 6 years ago
tsconfig.json Add src 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