An open API service indexing awesome lists of open source software.

https://github.com/schafeld/mean-demo-1

Work in progress... Demo project using MEAN stack.
https://github.com/schafeld/mean-demo-1

Last synced: over 1 year ago
JSON representation

Work in progress... Demo project using MEAN stack.

Awesome Lists containing this project

README

          

# mean-demo-1
Demo project using MEAN stack.

## Lesson 1

From the command line navigate to this folder and run:
1. npm install
2. bower install

Have MongoDB running:
mongod
THEN run the app.

Maybe you'll need to install nodemon:
npm install -g nodemon

In the server folder run:
- nodemon app
OR
- nodemon app.js

And navigate to http://localhost:9000

# This is yet mostly based on Udemy MEAN course boilerplate files - DO NOT REDISTRIBUTE -
# For more information see: https://www.udemy.com/master-the-mean-stack

I'll put it under MIT license, when this has grown into a work of my own.