Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 718 Bytes

File metadata and controls

31 lines (24 loc) · 718 Bytes

MessageBox

Getting Started

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

Development Guide

If you are looking to expand off of this project and create additional components, use:

yarn run create <component-name>

Other considerations:

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment