Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.14 KB

React in patterns

📚 List of design patterns/techniques used while developing with React.



Building the examples

  • Run npm i
  • Run npm run build for building the examples
  • Run npm run watch if you plan making changes
  • Open the content of the public folder in a browser

Linting

  • Run npm run lint

Other resources