How to run:
npm run watch:components
To transpile the components (used in the styleguide). You can also build the components in production
npm run build:components
To start the app in dev mode. Port is 4001
.
npm start
To bundle the app for production:
npm run build