https://github.com/prathmesh-ka-github/shoestack
One stop shoe store.
https://github.com/prathmesh-ka-github/shoestack
Last synced: 8 months ago
JSON representation
One stop shoe store.
- Host: GitHub
- URL: https://github.com/prathmesh-ka-github/shoestack
- Owner: prathmesh-ka-github
- Created: 2024-10-07T18:41:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T19:13:36.000Z (10 months ago)
- Last Synced: 2025-04-19T07:45:53.002Z (10 months ago)
- Language: JavaScript
- Size: 3.75 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShoeStack

### Installation instructions.
Follow these instructions and run the React app on your local machine.
1. Clone the repository.
```> git clone https://github.com/ICSI518/assignment2-prathmesh-ka-github.git```
2. Change the directory to the cloned repo's folder.
```> cd assignment2-prathmesh-ka-github```
3. Install all the dependencies.
```> npm install```
4. Run the development server of ReactJS.
```> npm run dev```
5. Open the localhost in the browser. Done!