Skip to content

jonnycornwell/newfamily-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Beta with Gulp, Typescript, and Express

This uses SystemJS and a minimally configured gulpfile. This app uses HTML5 location paths. This app isn't meant to overwhelm you with an intensely complex gulp build system. I tried to be as explicit as possible. I believe it to be organized well enough for you to create a more robust app.

I have purposefully made this project as THIN on the gulp side as possible as not to overwhelm people.

It's a supplement to this article:

http://blog.edenmsg.com/angular2-typescript-gulp-and-expressjs/

Getting Started, grab the dependencies with:

npm install

then run

gulp

To run the server do this:

node dist/server.js

About

Express 4, Angular 2, Gulp 3, TypeScript simple setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.4%
  • JavaScript 38.9%
  • HTML 17.7%