too-mean-stack-cli

An Angular 2 MEAN Stack Cli

Usage no npm install needed!

<script type="module">
  import tooMeanStackCli from 'https://cdn.skypack.dev/too-mean-stack-cli';
</script>

README

       _____          ___  ___ _____  ___   _   _ 
      |_   _|         |  \/  ||  ___|/ _ \ | \ | |
        | | ___   ___ | .  . || |__ / /_\ \|  \| |
        | |/ _ \ / _ \| |\/| ||  __||  _  || . ` |
        | | (_) | (_) | |  | || |___| | | || |\  |
        \_/\___/ \___/\_|  |_/\____/\_| |_/\_| \_/

Too-MEAN-Stack Cli (Angular 2)

Installation

npm install -g too-mean-stack-cli
mean runs
mean create <project-name-here>
cd <project-name-here>
npm install
npm start

Make Empty Component

cd <your-project-here>
mean make <your-component-name-here>

Extra Commands

Use npm start to start the server
Use npm run build:pro for webpack production
Use npm run build for webpack developing watch