0.8.0 • Published 8 years ago

@kschloeg/meants v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

meants

Starter project with node.js, mongo, TypeScript, AngularJS

  • Install Node.js

  • Install gulp globally

    npm install -g gulp

  • Install a local instance of Mongo

    brew install mongodb

  • Modify mongo.config file (line 5) to specify a local directory for mongo to store its data

    dbPath: '/Users/otherguy/Sites/meants/mongo'

  • Install, (build and) test, run server

    npm install

    npm test

    npm start