Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Chris-Gillis/loveyoumorethan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loveyoumorethan

Installation Instructions:

Prerequisites:

  1. Install Node and NPM

  2. Install Grunt

Then:

  1. Clone Repository

  2. cd into local directory

  3. run "npm install"

You can start the server with

node app.js

Or with

grunt

which uses nodemon so you don't have to restart the server when you change it (though that in particular is not yet working properly).