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).
- 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!