igor-h / ngrx-project

Testing NGRX in projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Testing NGRX in projects


Languages

Language:TypeScript 88.8%Language:HTML 5.9%Language:JavaScript 2.9%Language:CSS 2.4%