Demonstration of the MEEN stack (Mongodb,Express,Ember,Nodejs).
A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone https://github.com/claudiocro/meenjs
this repository- change into the new directory
npm install
bower install
grunt serve
- Visit your app at http://localhost:4200
- Debug your server at http://localhost:4202/debug?port=5858
- Your api server ist running at http://localhost:4201
grunt testclient
grunt testserver
This code is only for demonstration. It should not be used in production.