Skip to content

coryellenberger/mean-blog

Repository files navigation

Mean Blog

Build Status JavaScript Style Guide Angular Style Guide npm

Initializing Project

This will install all of the node modules for this project After node modules it will run gulp to execute bower bringing in client components

$ npm install

Start Project

The following command will start the node express server on port 3000

$ npm start

You can then go to localhost:3000

Run Unit tests/JSDocs

$ npm test

Starting up MongoDB local

After installing MongoDB MSI locally (Windows) execute the following command in C:\Program Files\MongoDB\Server\3.0\bin

$ mongod.exe --dbpath "D:\mean-blog\data"

Mocking a Heroku Release

delete the node_modules and public/components folder then run the following command

$ npm install --quiet --production

get JSDocs

$ gulp docs

About

messing around with MEAN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published