Skip to content

miksansegundo/fem-ng2-rest-app

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.4%
  • JavaScript 16.6%
  • HTML 9.6%
  • CSS 5.4%