To get started with MessageBox, make sure to download all the dependencie using:
yarn install
Once the dependencies are installed, run the application using:
yarn start
To see components individually using Storybook, run:
yarn storybook
If you are looking to expand off of this project and create additional components, use:
yarn run create <component-name>
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment