Four Kitchens | Taylor | Flip | Luke |
yarn
For faster, deterministic, dependency management, install yarn. For more information on how to use yarn see the docs.npm install
is not necessary if you useyarn
but it also works.
Storybook allows one to develop/style components in isolation.
Each component directory contains a respective story.js
file.
npm run storybook
- Visit http://localhost:6006
- Develop/Style components as normal. Changes will be hot reloaded.
Each component directory contains a respective <Component>.scss
file. src/scss/main.scss
contains all component imports along with other global imports.
npm run build
npm run start
npm run test
npm run test-watch
npm run view-coverage
npm run check-coverage
npm run watch-coverage
npm run lint-code
npm run lint-writing
npm run coverage
npm run quality
npm run write-readme
npm run storybook
npm run build-storybook
npm run analyse-bundle
- The deployed application connects to ws://scrummy-server.herokuapp.com.
- Copy
config/example.local.yaml
toconfig/local.yaml
to connect to the Scrummy Server. - In the Scrummy Server repo change
config/default.yml
to have a port line that readsport: 8081
. - Open two terminal windows and start up both apps with
npm run start
in the projects' root directories. - Go to: http://localhost:8080/webpack-dev-server/
- Play Scrummy.
MIT @ Four Kitchens