Angular form with validations using Angular 16 (DDD approach), Nx, NgRx, RxJS, Jest, Cypress and NgZorro UI.
- Clone the Project -
https://github.com/bytebruno/angular-nx-ddd.git
- Install the dependencies -
npm install
- Start the web app -
npm start
- The application will be running on
http://localhost:4200
- Run unit tests -
npm run test
- Run e2e tests -
npm run e2e
- Seeing on browser -
npm run e2e:watch
- Seeing on browser -
- Run build -
npm run build
- Run lint -
npm run lint