@kschloeg/meants
v0.8.0
Published
Starter server using node.js, TypeScript, Mongoose, and MongoDB
Readme
meants
Starter project with node.js, mongo, TypeScript, AngularJS
Install Node.js
Install gulp globally
npm install -g gulpInstall a local instance of Mongo
brew install mongodbModify 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 installnpm testnpm start
