Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 603 Bytes

File metadata and controls

33 lines (21 loc) · 603 Bytes

NgRx Workshop

Setup

To get started, ensure that you have the right version of Node installed and selected:

nvm install

Then run the following command using your terminal from the root of the repository to install dependencies:

npm install

With the dependencies installed run the app to verify everything is working correctly.

Running the app

To run the app execute the following command from your terminal:

npm start

Then in another terminal run:

npm run backend

The app should now be running at http://localhost:4200