This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
The purpose of this project is a stock app, where you can see the products list, details of every product like price, description and stock. Also you can add a new product and modify its stock.
This projects use the following technologies and libraries:
- ReactJs
- Webpack
- Node
- Sass
- Bootstrap
- Clone the repository
- Install packages
npm install
- Run Stock app
npm start