• Stars
    star
    142
  • Rank 250,345 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The MEAN stack generator for Yeoman.

Generator-meanstack

Build Status NPM version

The MEAN stack generator for Yeoman.

Getting started

  • Make sure you have yo installed on the latest version. npm install -g yo
  • Install the generator: npm install -g generator-meanstack
  • Run: yo meanstack

This generator is based on the generator-angular. This means that you can use all commands available on the generator-angular to create your application.

Deploying to Heroku

During the scaffold you are able to create Procfile and .env files on your target project. After that follow the steps below.

  1. Use the command grunt to generate the optimized files for your application.
  2. Set the environment variable NODE_ENV to production before pushing your modifications to Heroku.

License

MIT License