1.0.0 • Published 8 years ago

meanstack-simple v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
8 years ago

Steps

Simple MEANstack structure to follow...

npm install meanstack-simple

Once done, move meanstack-simple folder from the node_modules directory and treat it as your project's root directory.

You can rename 'meanstack-simple' to your project name as this is your project root folder

Then cd into this directory and,

Install node modules

npm install 

Run nodemon

nodemon

That's it!