A simple React app to create shopping list for your next store visit.
https://reacts-shopping-list.netlify.app/
Steps to run the site locally for development or curiosity
-
Fork and clone the repository
Follow these steps to create a fork of this repository and clone it to your local machine.
-
Go to the project directory
cd my-project
- Install dependencies
npm install
- Start the server
npm run start