Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 800 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 800 Bytes

NgRx SignalStore Workshop

Source code for the NgRx SignalStore workshop.

Installation

This project uses Yarn as a package manager. To install dependencies, run yarn.

Starting the application

  • Run yarn start to start the Angular dev server. Navigate to http://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 at http://localhost:3000/.

Code scaffolding

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.

Build

Run yarn ng build to build the project. The build artifacts will be stored in the dist/ directory.