Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Front end Development

Sean edited this page Sep 7, 2018 · 9 revisions

Everything works great on VS Code (+ the relevant plugins).

We're using http://yarnpkg.com/

Important commands:

  • yarn to install the packages
  • yarn start to start the dev server.
  • yarn storybook to start the storybook. Remember to add stories for components when it would be useful.
Clone this wiki locally