0.1.4 • Published 4 years ago
coppilocal v0.1.4
COPPI - Design system Storybook
Project setup
First, install all dependencies
npm installRun the story book
npm run storybookThis will run the dev server for the story book. You can access it on localhost port 6006. http://localhost:6006/ .
If you need to run the story book on a different port:
start-storybook -p <port_here> --no-manager-cache -s publicRun Cypress component tests
npm run test:component