npm install
npm start
open http://localhost:3000/
We're using React Styleguidist to generate our style guide. It's configured to pick up any element matching the file pattern src/elements/**/*.js
npm run styleguide
open http://localhost:6060/
On Unit testing framework is Jest, you can run the tests with the command:
npm run test
More details here: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests
We rely on UIkit, feel free to check it out.