An open API service indexing awesome lists of open source software.

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.

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!