A sample movies database application using:
- Narwal as workspace
- Angular as Framework
- Angular CDK for component prototyping
- Cypress for e2e test
- SCSS for styles
- Yarn as package manager
Run nx serve movies-app
for a dev server.
Navigate to http://localhost:4200/.
Run nx e2e movies-app-e2e --watch
for a dev server.
Cypress app will start automatically.
Run nx graph
to see a diagram of the dependencies of the projects.