Node.js/express app for visualizing food deserts and the options for eleminating them.
- Run
git clone https://github.com/codeforgso/triad-food-hardshipand 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 installto get the dependencies - Run
gruntto start the web server - Navigate to
localhost:3000in a web browser to view the application
- grunt will restart the server any time a change is made outside of
/publicor/viewsdirectories - Manually kill the server with
Ctrl-c