Install all needed packages npm i
then run nx serve nasdaq
for a dev server. Navigate to http://localhost:4200
Run nx test nasdaq --watch
.
Run nx e2e nasdaq-e2e --watch
.
Run nx build nasdaq
to build the project. The build artifacts will be stored in the dist/
directory.
- Adding proxy server to cache the data .
- Deep dive in Overmind (state management).
- Adding unit testing for Overmind.
- Adding more E2E scenarios.
- Adding integrations tests.
- Adding Github actions CI/CD.
- Adding deployment to a production environment.
Navigate to Project dashboard