SoCreate / angular2-typescript-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workstation Requirements

  • Node.js
    use the Mature and Dependable version
  • Gulp
    use npm install -g gulp after you have installed Node

Getting Started

To get all modules:

npm install

Then to build the client dependencies in src:

gulp

Finally, to start up the static server with live reload:

gulp serve

Open up a browser and nav to localhost:8000

Note
If you run into any wacky issues when npming or gulping you may want to blow away the node_modules dir and run an npm install again.

About


Languages

Language:JavaScript 68.2%Language:HTML 23.8%Language:TypeScript 8.0%