Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.15 KB

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