Skip to content

HansS/ngrx-rest-app-rob-wormald

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive RESTful Angular 2 application with ngrx store

A RESTful master-detail application built using Angular 2 and ngrx store.

Getting Started

There are two main parts to this application. The first is the server which we are using json-server to simulate a REST api. The second part is the Angular 2 application which we will use lite-server to display.

To get started run the commands below.

$ git clone https://github.com/simpulton/ngrx-rest-app.git
$ cd nxrx-rest-app
$ npm install
$ npm start

About

A reactive Angular 2 application built with ngrx store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.4%
  • HTML 21.5%
  • CSS 7.1%
  • JavaScript 4.0%