Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 613 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 613 Bytes

react-boilerplate

React boilerplate from small to large projects, focused in performance, maintenance and scalabitity

Get Started

git clone https://github.com/userdansilva/react-boilerplate.git .
npm install
npm run dev

Run Storybook

npm run stotybook

Run Unit Tests

npm run test

Run Lint

npm run lint

Extra Eslint separed installation (after default installation and json copied)

yarn add -D eslint-config-airbnb eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react-hooks