Skip to content

eiswind/signal-store-workshop

 
 

Repository files navigation

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.

About

Source Code for NgRx SignalStore Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.6%
  • SCSS 7.3%
  • HTML 2.1%