Node.js/express app for visualizing food deserts and the options for eleminating them.
- Run
git clone https://github.com/codeforgso/triad-food-hardship
and thencd triad-food-hardship
- Make sure node.js is installed
- Run
node --version
. You should see something likev0.12.4
. - If you don't get an output, you can install Node at nodejs.org
- Run
- Make sure grunt is installed
- Run
grunt --version
. You should see something likegrunt-cli v0.1.13
. - If you don't get an output, you can get started here
- Run
- Run
npm install
to get the dependencies - Run
grunt
to start the web server - Navigate to
localhost:3000
in a web browser to view the application
- grunt will restart the server any time a change is made outside of
/public
or/views
directories - Manually kill the server with
Ctrl-c