This project was generated with Angular CLI version 10.0.7.
Run npm run dev:ssr
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run build:ssr
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
The test performance is quite low as all of the code is initiated on main thread and also, this can be due to:
- Node.js boilerplate is used. and,
- Heroku may have issues in free plans.
They all blocks the thread for a second or two in total.
- Content-Length has to be set, otherwise, there's no way a request can be measured
- Only api is hit once to reduce n/w requests
- SCSS is used with mobile first approach and design is converted with a naked eye(means without using any tools)
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.