/kom

Main repository for the "KOM" booking system project

Primary LanguageJavaScript

kom

Setup instructions

  1. Clone repository
  2. cd into repository
  3. Run npm install
  4. cd into client
  5. Run npm install

Development-mode

  1. cd back to root folder
  2. Run npm run kom
  3. Exit with Ctrl+C

Deployment-mode

  1. Run npm run build
  2. cd back to root folder
  3. Run node app.js
  4. Exit with Ctrl+C