Getting started Project setup Make sure to use node v10.15.1 and npm v6.4.1 or above Install project dependencies: npx yarn install Run development server npm start Run linters npm run lint Create production build npm run build Serve dist directory npm run serve-dist Run tests npm test Run storybook npm run storybook Storybook An example of stories is found at .storybook/stories.jsx