Source code for the NgRx SignalStore workshop.
This project uses Yarn as a package manager. To install dependencies, run yarn
.
- Run
yarn start:app
to 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:server
to start the backend server. The backend server is available athttp://localhost:3000/
. - Run
yarn start
to run both frontend and backend servers in parallel.
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 build
to build the project. The build artifacts will be stored in the dist/
directory.