This is a project about an online shop for apparels. A user can place an order for an apparel or several apparels
The project is easy to set up and run. It uses a json server to mock the backend. The project is created using React.js librabry
To run this project, you will need the following installed on your computer
- node js
- npm
- json server
After cloning the repo, do the following
- Run
npm install
on the terminal in the projects directory - Run
json-server --watch db.json
on the terminal in the directory having thedb.json
file - In a new terminal, reun
npm start
to start the application