Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

⚠️ This project in no longer maintained. ⚠️ --

Notifications You must be signed in to change notification settings

potherca-abandoned/mean-trial-and-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/

brew update

brew install mongodb --devel

sudo mkdir -p /data/db

chown -R wouter /data/db (uiteraard 'wouter' vervangen, tenzij je user ook 'wouter' heet, maar da's scary)

sudo npm install -g mean-cli

sudo chown -R wouter ~/.npm (uiteraard 'wouter' vervangen)

mean init yourNewApp

cd yourNewApp && npm install (dat crashte ergens along the way, dus eerst bower en daarna nog maar es:)

bower install

npm install

mongo starten met mongod

gulp

http://localhost:3000/


Info: http://learn.mean.io/


info: http://www.slideshare.net/fitc_slideshare/building-your-first-mean-application


Chrome JSON viewer (handig bij de tutorial): https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc/related?hl=en


tutorial: http://www.bradoncode.com/tutorials/mean-stack-tutorial-part-1-setup/

op de 2e pagina zal de 2e unit test falen, even err.err.indexOf('$name').should.not.equal(-1); uitcommenten


About

⚠️ This project in no longer maintained. ⚠️ --

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages