mate-design-system
v1.66.5
Published
![YouBIM](https://avatars1.githubusercontent.com/u/7060038?s=140)
Downloads
439
Readme
Design System
Fist steps
Inside project's root directory:
npm install
Installs project dependencies and libraries
Your app is ready to be launched!
Available Scripts
yarn storybook
Runs the Desing system webapp in development mode. Open http://localhost:9009 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
yarn build-storybook
Builds the app for production to the specified build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Your app is ready to be deployed!
yarn build-storybook-docs
Builds the docs to the specified docs
folder.
We can deploy the docs site to GitHub pages or configure a CI-CD pipeline to deploy the docs site on every commit.
yarn test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
Addons
- Code formatting with prettier
- Storybook Actions
- Storybook StorySource
- Storybook Knobs
- Storybook Docs
- Slack-Jenkins notifications
- Icons from Styled-Icons
-This project was bootstrapped with Create React App-