@kschloeg/meants
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @kschloeg/meants

Weekly Downloads

1

Version

0.8.0

License

MIT

Last publish

Collaborators

  • kschloeg