Demo app to support the slides of the session Enhance your React Applications: Tips & Design Patterns.
This examples are intentionally simple and their purpose is only to demonstrate some components patterns, not real production apps.
To run the application you need to have node & yarn installed in your machine.
- Clone the repo
- In the newly created directory run
yarnto install all the dependencies - Run
yarn startto start the application - Run
yarn testto run the application unit tests