Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 500 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 500 Bytes

Lets have launch

A demo application that shows how to create a launch page using Mongo, Express, Angular and Node.

Run instructions

  • After cloning the repo
  • Run mongod --dbpath db to start off the mongo server from the letshavelaunch directory
  • Run npm start from the server directory, or node server/app.js
  • Browse over to http://localhost:3000 to see the demo launch page
  • Run the tests using npm test from the server directory

Please submit issues and pull requests :)