git clone https://github.com/nekuno/client.git
cd client
npm install
For development:
npm run build
For production:
npm run build:prod
npm run test
For updating snapshots:
npm run test -- -u
npm run storybook
and go to localhost:9001
npm run create-component