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