Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 828 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 828 Bytes

shopping-list

A shopping list using React and Firebase

This project was bootstrapped with Create React App.

Running

Remember to have typescript installed. You can ensure that by running:

yarn add typescript

In the project directory, you can run:

yarn start

This runs the app in the development mode.
It should automatically open http://localhost:3000 to view it in the browser.

The page will self-reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds this React app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.