Skip to content

slycteam/SHTS-web

Repository files navigation

Smart HTS web

  • express
  • sqlite
  • passport

LIVE DEMO: http://35.239.148.76

Prerequisites

Get root privilege

sudo su

Install nodejs v10

Install yarn

Install PM2

sudo yarn global add pm2
# sudo npm install -g pm2

Getting started

Configuration

  • .env file

Install packages

yarn         # npm install

Start app

development

yarn start   # npm start   (node)
yarn run dev # npm run dev (nodemon)

production

yarn run prod # npm run prod (pm2)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •