A shopping app built with React. It was started as a practice project for ReactJS. (api)
Run the following commands in order to start up the app
- Clone the repo:
git clone https://github.com/Osama-Khan/react-shop
- CD into the created directory:
cd react-shop
- Create a
.env
file from the example:cp .env.example .env
- Add API domain and port to
.env
file - Install the dependencies:
npm install
- Start up the app:
npm start