Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbalex99/newfamily-example
Express 4, Angular 2, Gulp 3, TypeScript simple setup
https://github.com/mbalex99/newfamily-example
Last synced: 7 days ago
JSON representation
Express 4, Angular 2, Gulp 3, TypeScript simple setup
- Host: GitHub
- URL: https://github.com/mbalex99/newfamily-example
- Owner: mbalex99
- Created: 2015-07-22T00:44:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T21:00:34.000Z (8 months ago)
- Last Synced: 2024-04-14T18:42:22.033Z (7 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 77
- Watchers: 9
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.**If you're submitting pull requests please keep in mind that we shouldn't add features. Most examples are complete overkill for Angular2 beginners and we should just keep to the base libraries involved.
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/](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:
```shell
node dist/server.js
```