knofler / fem-ng2-rest-app

A simple rest app built with Angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTful Angular 2 application

A RESTful master-detail application built using Angular 2.

Dependencies

  • You must have node v >= 4.0 and npm installed (via brew install node or NodeJS.org);
  • npm i -g typings webpack-dev-server webpack rimraf json-server
  • If you have already installed typings, make sure to update it to 1.x

Getting Started

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

To get started run the commands below.

$ git clone https://github.com/onehungrymind/fem-ng2-rest-app.git
$ cd fem-ng2-rest-app
$ npm install
$ typings install
$ npm start

Then navigate to http://localhost:3001 in your browser.

About

A simple rest app built with Angular 2


Languages

Language:TypeScript 69.3%Language:JavaScript 16.4%Language:HTML 9.1%Language:CSS 5.1%