| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
Install yo, grunt-cli/gulp-cli, bower, and generator-angular-fullstack:
npm install -g yo grunt-cli gulp-cli bower generator-angular-fullstack
To install the latest 4.0.0 Beta with Webpack support, use generator-angular-fullstack@webpack
Make a new directory, and cd into it:
mkdir my-new-project && cd $_
Run yo angular-fullstack, optionally passing an app name:
yo angular-fullstack [app-name]
Run grunt/gulp build for building, grunt serve/gulp serve for development, and grunt serve:dist/gulp serve:dist for a preview of the built app.
General
Client
Server
Available generators:
Check out our documentation home page.
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.
Support us with a monthly donation and help us continue our activities. [Become a backer]
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]
| Back | FazBrowse Home | New Git URL |