Socket
Socket
Sign inDemoInstall

generator-meanstack

Package Overview
Dependencies
135
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-meanstack

The MEAN stack generator for Yeoman.


Version published
Weekly downloads
11
increased by22.22%
Maintainers
1
Install size
12.1 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 09 Mar 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc