/node-landing

Just a launch page built with Node, Express, Angular, and Mongo (MEAN stack).

Primary LanguageJavaScript

Node Landing

Just a launch page built with Node, Express, Angular, and Mongo.

instructions

  1. Clone the repo.
  2. Run mongod --dbpath db to start the mongo server from the root.
  3. Run npm install from the server directory.
  4. Run supervisor app or node app.
  5. Open http://localhost:3000 in your browser.
  6. Run the tests using npm test from the server directory.

Cheers. <3