Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 651 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 651 Bytes

Angular2_Foundation_Skeleton

A simple skeleton that can be used to build Angular2 applications. It currently uses ES6 (via Babel) and Node.js for the backend (via Express).

Quick How To:

  • Fork or clone this project onto your local machine.
  • Assuming you have npm installed run npm install in the newly cloned directory to install the dependecies.
  • Run gulp development to build the angular app and fire up a local server.

A big thanks to shuhei's repository 'babel-angular2-app' for helping me to get started!