React Components Library for a better dev world.
Make sure you have the latest Stable or LTS version of Node.js installed.
-
git clone https://github.com/espinacs/ant-design-boilerplate -
Run
yarn install -
Start the dev server using
npm start
npm run lint- execute linter check with ESLintnpm run test- run all tests and updates coveragenpm run test:watch- run all tests in watch mode, and outputs resultsnpm run storybook- starts storybook on http://localhost:9001npm run storybook:build- create a storybook production ready build in/.outfoldernpm run build- creates a build of the library in/distfolder