Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 886 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 886 Bytes

Civic


Build Status

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 Version Manager.
  2. git clone https://github.com/hackoregon/hackor-frontend-starter.git. 3 cd hackor-frontend-starter
  3. yarn - install
  4. yarn start - start dev mode (watching tests + linter)
  5. yarn test - run tests
  6. yarn run coverage - run tests w/ coverage

Setup

nvm use
yarn
yarn bootstrap # install external deps and link all packages
yarn build # build all the packages
yarn storybook # starts storybook for component-library

Test

yarn test