This is the repository for the Dossiera App.
npm install
Build Client Files During Development
npm run build:dev
Build & Watch Client Files During Development
npm run watch
Build Client Files For Production
npm run build
Run Server For Production
npm run start
Run Server During Development
npm run start:watch