Skip to content

bbrewer97202/cascademountainrange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cascademountainrange

Installation

Project requires node.js and bower. Run the following to install the required node modules and bower packages.

npm install

Create config file

You'll need to create a config.json file in the project root with your mongo instance credentials

{
    "mongo": "[your mongo connect string]"
}

Start local server

Start a local instance by running

npm start

Then visit localhost:8080 in your browser.

Releases

No releases published

Packages

No packages published