This project was created to help represent a fundamental app written with React. The Shop at Home theme is used throughout the app. View it live at https://www.shopathome.dev.
-
Create a repository from this template repository https://github.com/johnpapa/shopathome/generate
-
Enter the name of your new repository as my-static-web-app
-
Clone your new repository
git clone https://github.com/your-github-organization/my-static-web-app cd my-static-web-app/react-app -
Install the npm packages
npm install
-
Run the app
npm start