To run the app (in development mode), first run yarn install
(or
npm install
) to get all dependencies, then run yarn start
(or npm start
)
to start development server.
Open
http://localhost:3000 to view it in the browser.
Run yarn run build
(or npm run build
) to build the app for production to the build
folder.
This project was bootstrapped with Create React App.