Simple webapp for tracking usage of company-owned testing devices
- angular
- express
- Setup node modules:
npm install
- Build project:
npm run build
- Run the express server on localhost:
npm start
- Run file watcher with the express server on localhost:
npm run watch
- Build with minification:
npm run build:prod
- Build process will not run successfully on Windows