React (hooks) - Redux
This project was bootstrapped with Create React App.
This application is a small store web app. The user can view, add to cart and edit product inventory.
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.