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.
- Host: GitHub
- URL: https://github.com/schafeld/mean-demo-1
- Owner: schafeld
- Created: 2016-08-09T14:34:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T17:14:23.000Z (almost 10 years ago)
- Last Synced: 2025-03-14T16:47:35.574Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.