Skip to content

blove/ngrx-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

081109f · Dec 4, 2019

History

2 Commits
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019

Repository files navigation

NgRx Course

This is a 1-day course on NgRx.

Prequisites

Skills:

  • Understanding of TypeScript and ES6.
  • Intermediate to advanced understanding of Angular.
  • Comfortable using command line and

Software:

  • npm or yarn
  • Code editor (VS Code recommended)

Setup

This course is built for Angular 6. As such, you will need to install the Angular 6 CLI:

npm install -g @angular/cli
yarn add -g @angular/cli

We'll be using Angular Workspaces. Check out this Gist if you're new to using Angular Workspaces.

Server

Start the JSON server:

cd server
yarn start

Browse the API at: https://localhost:3000

Copyright

Copyright (c) 2019 LiveLoveApp, LLC

About

Companion to ngrx-course.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published