https://github.com/prathmesh-ka-github/shoestack
One stop shoe store.
https://github.com/prathmesh-ka-github/shoestack
Last synced: 3 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T15:52:35.000Z (7 months ago)
- Last Synced: 2025-01-14T06:32:58.665Z (4 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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!