/CSE112

Primary LanguageHTML

CSE112

Setup Instructions

  1. Git clone the repository onto the local machine.
  2. Install npm, Node.js, and MongoDB. If developing on Windows, make sure these are added to the PATH environment variable.
  3. Run "npm install" in the "myapp" directory.
  4. If developing on Windows, set ""scripts" : { "start": " in package.json to "SET NODE_ENV=dev & node ./bin/www".
  5. Run "npm start" in the "myapp" directory.
  6. Open "localhost:3000" in a browser to see the app.

Vagrant Instructions

  1. Install Vagrant.
  2. Change directory to root project directory and run "vagrant up".
  3. If "Vagrant cannot forward the specified ports on this VM" is shown, open the Vagrantfile and change the host to some other port.
  4. When the error continues, cry.