AngularJS Full-Stack generator
Yeoman generator for creating MEAN/SEAN stack applications, using ES6, MongoDB/SQL, Express, AngularJS, and Node - lets you quickly set up a project following best practices.
Generated project:
Looking for Angular 4+?
Head over to the canary branch for the generator 5.0.0 Beta. Some things like subgenerators and unit tests aren't up to spec yet, but we'd love feedback on everything else!
$ npm install -g yo gulp-cli generator-angular-fullstack@beta
Usage
Install yo
, gulp-cli
, and generator-angular-fullstack
:
npm install -g yo gulp-cli generator-angular-fullstack
Please note: If you run into trouble compiling native add-ons during the installation, follow node-gyp
's short guide on required compilation tools.
Run yo angular-fullstack
yo angular-fullstack
See the Getting Started guide for more information.
Prerequisites
- MongoDB - Download and Install MongoDB - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the
mongod
process running.- If you have Docker installed, you can easily run a test database with
docker run -p 27017:27017 --name afs-mongo -d mongo
- If you have Docker installed, you can easily run a test database with
- The project's JavaScript is written in ECMAScript 2015. If you're unfamiliar with the latest changes to the specification for JavaScript, check out http://es6-features.org/
Supported Configurations
General
- Build Systems:
Gulp
- Testing:
Jasmine
Mocha + Chai + Sinon
- Chai assertions:
Expect
Should
- Chai assertions:
Client
- Scripts:
JavaScript (Babel)
,TypeScript
- Module Systems:
Webpack
- Markup:
HTML
,Pug
- Stylesheets:
CSS
,Stylus
,Sass
,Less
- Angular Routers:
ngRoute
,ui-router
- CSS Frameworks:
Bootstrap
- Option to include
UI Bootstrap
- Option to include
Server
- Scripts:
JavaScript (Babel)
,TypeScript
(planned) - Database:
None
,MongoDB
,SQL
- Authentication boilerplate:
Yes
,No
- oAuth integrations:
Facebook
,Twitter
,Google
- Socket.io integration:
Yes
,No
- Authentication boilerplate:
Generators
Available generators:
- App
- Server Side
- Client Side (via generator-ng-component)
- Deployment
Documentation
Check out our documentation home page.
Contribute
See the contributing docs
When submitting an issue, please follow the Yeoman issue guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue, as well as any stack traces.
License
Backers
Support us with a monthly donation and help us continue our activities. [Become a backer]
Sponsors
Is your company using Angular-FullStack? Ask your boss to support the project. You will get your logo on our README on Github with a link to your site. [Become a sponsor]