Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 809 Bytes

React Components Library

React Components Library for a better dev world.

Installing

Make sure you have the latest Stable or LTS version of Node.js installed.

  1. git clone https://github.com/espinacs/ant-design-boilerplate

  2. Run yarn install

  3. Start the dev server using npm start

  4. Open http://localhost:8080

Available Commands

  • npm run lint - execute linter check with ESLint
  • npm run test - run all tests and updates coverage
  • npm run test:watch - run all tests in watch mode, and outputs results
  • npm run storybook - starts storybook on http://localhost:9001
  • npm run storybook:build - create a storybook production ready build in /.out folder
  • npm run build - creates a build of the library in /dist folder