An open API service indexing awesome lists of open source software.

https://github.com/hackoregon/hunger-frontend

Front end code for Oregon Hunger Equation
https://github.com/hackoregon/hunger-frontend

Last synced: about 1 year ago
JSON representation

Front end code for Oregon Hunger Equation

Awesome Lists containing this project

README

          

# "Oregon Hunger Equation" Frontend

The frontend code for Hack Oregon's "Oregon Hunger Equation" lives here. This project is based on some of the work done in the [Raise Effect](http://raiseeffect.org) project. It is an ES6 React-based application packaged with webpack.

Assuming you have Node.js and NPM installed:
```bash
git clone [repo]
npm install
npm run start
```
The webpack development server will listen on port 3333.

Please take a look at the wiki for more information, especially the [Collaborating](https://github.com/hackoregon/Hunger-frontend/wiki/Collaborating) page.