Source code for the NgRx SignalStore workshop.
This project uses Yarn as a package manager. To install dependencies, run yarn.
- Run
yarn startto start the Angular dev server. Navigate tohttp://localhost:4200/. The application will automatically reload if you change any of the source files. - Run
yarn start:serverto start the backend server. The backend server is available athttp://localhost:3000/.
Run yarn ng generate component component-name to generate a new component. You can also use yarn ng generate directive|pipe|service|class|guard|interface|enum|module.
Run yarn ng build to build the project. The build artifacts will be stored in the dist/ directory.