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/meenjsthis repository- change into the new directory
npm installbower 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 testclientgrunt testserver
This code is only for demonstration. It should not be used in production.