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

https://github.com/hackoregon/emergency-response-frontend

front end for emergency response - staging site
https://github.com/hackoregon/emergency-response-frontend

Last synced: about 2 months ago
JSON representation

front end for emergency response - staging site

Awesome Lists containing this project

README

          

## Emergency Response Front-end

[![Build Status](https://travis-ci.org/hackoregon/emergency-response-frontend.svg?branch=master)](https://travis-ci.org/hackoregon/emergency-response-frontend)

This is a starter kit for Hack Oregon front-end development using React + Redux.
This repo should help get started and keep the different projects aligned.

#### Guide
1. Get [Node 6.5 +](https://nodejs.org) - I recommend using [Node Version Manager](https://github.com/creationix/nvm).
2. `git clone https://github.com/hackoregon/hackor-frontend-starter.git`.
3. `npm i` - install
4. `npm start` - start dev mode (watching tests + linter)
5. `npm test` - run tests
6. `npm run coverage` - run tests w/ coverage

#### Next up
[ ] Docs
[ ] Ability to remove reference files

[![Stories in Ready](https://badge.waffle.io/hackoregon/hackoregon-frontend-starter.png?label=ready&title=Ready)](http://waffle.io/hackoregon/hackoregon-frontend-starter)