Skip to content

rovrevik/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts

Contacts Demonstration Application

Local dependencies

  • mongodb: Running with default installation via brew.
    • brew install mongodb # version 3.2.1
    • brew info mongodb # show run example
    • mongod --config /usr/local/etc/mongod.conf
  • node: Developed and tested with 4.3.0 installed via nvm.
    • nvm install 4.3 # version 4.3.0
  • updated npm: npm install --global npm@latest # upgrade npm
  • global npm modules.
    • npm install -g bower
    • npm install -g grunt-cli
    • npm install -g grunt-initnpm install -g grunt-init

Runing this thing

  • npm install
  • bower install
  • npm test
  • npm run-script seed
  • npm start
  • open http://localhost:3000/

About

contacts demonstration application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published