Skip to content

A simple FullStack Angular2 app boilerplate that uses Express, Nunjucks and Gulp.

Notifications You must be signed in to change notification settings

space-rocket/Angular2-Fullstack-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Fullstack Boilerplate

A simple FullStack Angular2 app boilerplate that uses Express, Nunjucks and Gulp.

Features

Requirements

Node.js

Installation

Ensure you have Gulp installed globally:

$ npm install --global gulp

Next git clone the repo and install npm packages:

$ git clone [email protected]:bigbassroller/Angular2-Fullstack-Boilerplate.git && cd ./Angular2-Fullstack-Boilerplate
$ npm install

Compile HTML, SASS, move media assets and launch web server with livereload:

$ gulp

Why?

  • Create awesome Angular2 Apps
  • Write HTML using partials and components
  • Scalable and easy to maintain

Questions and contributing

Any issues or questions (no matter how basic), open an issue. Please take the initiative to include basic debugging information like operating system and relevant version details such as:

$ npm version

# {'Angular2-Fullstack-Boilerplate': '1.0.0',
#   npm: '3.3.12',
#   ares: '1.10.1-DEV',
#   http_parser: '2.6.0',
#   icu: '56.1',
#   modules: '47',
#   node: '5.1.0',
#   openssl: '1.0.2d',
#   uv: '1.7.5',
#   v8: '4.6.85.31',
#   zlib: '1.2.8' }

Contributions are welcome.

Road map:

License

MIT

About

A simple FullStack Angular2 app boilerplate that uses Express, Nunjucks and Gulp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published