Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 656 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 656 Bytes

Installation

yarn install

If you created node_modules in your folder. You ready to start the project.

yarn start

Open http://localhost:3000 to view it in the browser.

UI Libraries

Main UI Libraries
  • react
  • react-dom
  • react-router-dom
  • semantick-ui-react
Utils
  • history
  • uuid

Dev Environments, Linting and Formatting

Linting
  • eslint
  • eslint-config-airbnb
  • eslint-config-prettier
  • eslint-plugin-react
  • eslint-plugin-prettier
  • eslint-plugin-import
  • eslint-plugin-jsx-a11y
  • lint-staged
Formatting
  • prettier
  • pretty-quick
Git Hooks
  • husky