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
- Host: GitHub
- URL: https://github.com/hackoregon/hunger-frontend
- Owner: hackoregon
- Created: 2016-04-12T02:40:17.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-07-27T02:50:09.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T04:23:27.516Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.oregonhungerequation.org/
- Size: 2.09 MB
- Stars: 1
- Watchers: 10
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.