DBJR Internal Time Tracking application developed by VisionApps
To build the project:
- Install local npm packages:
npm install - Create
config/envspecific.jsfromenvspecific.example.js - Run the build
npm build
To run the dev server:
- Install local npm packages:
npm install - Create
config/envspecific.jsfromenvspecific.example.js - Run the build
npm start