Something about the project.
Tools we use
Client
- Install requirements with
npm install(located underclientdirectory). - Run the server with
npm start. - Open the browser at http://localhost:4200.
Server
- Install requirements with
npm install(located underserverdirectory). - Run the server with
npm start. - Open the browser at http://localhost:3000.
Client
- Run
npm run lintto check for ESLint mistakes. - Run
npm run testto execute the unit tests via Karma. - Run
npm run e2eto execute the end-to-end tests via Protractor.
Server
- Run
npm run lintto check for ESLint mistakes. - Run
npm testto run the integration tests.
Client
Not yet..
Server
Not yet..
Client
- Run
ng build -prod -aotto build the project. - Run
npm run swto generate the service worker file (indistdirectory).
Server
- Not yet..