React (hooks)
This project was bootstrapped with Create React App.
This project was bootstrapped with Create React App.
This application is a small e-shop web app. The user can put products to the shopping cart and finally buy them.
You need to have Nodejs installed to run the project locally
- Download or clone from github
- Navigate to the folder and run on terminal
$ yarn install
or
$ npm install
After the installation type:
$ yarn start
or
$ npm start
to start the development web server http://localhost:3000 to view it in the browser.