Skip to content

timshelley/angular2-typescript-express-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Beta with Gulp, Bower, Lint, Typescript, Jade, Stylus and Express

Quick start

Make sure npm is installed on your machine.

Grad the dependencies with:

npm install

then run

gulp compile && gulp develop

Browse to http://localhost:3000 to load the application. This skeleton app uses nodemon for server live-reload on file change. Any change in client-side files (.ts, .jade, .styl) also triggers the appropriate compiler while the server is running with gulp develop.

To clean the build, delete the dist folder or run gulp clean.

About

Angular2 Typescript Express Stylus Gulp Bower

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.9%
  • TypeScript 27.1%
  • HTML 9.0%