Install yarn. Then in this project directory run:
yarn
This will install all the project dependencies. When adding new dependencies, be
sure to also commit the yarn.lock
file. Read more about Managing Dependencies.
Keep this running in the background:
yarn start
Now navigate to http://localhost:4000 to view the demo app.
Create a production build of the app:
yarn dist