Core Inventory is a web application for inventory management. This is the front-end for Core Inventory, built with:
- React - To make the web appplication an SPA.
- Redux - To manage the state.
- React Redux - To bind React with Redux.
- React Bootstrap - To design the web application.
- Sass - To create style sheets faster.
This web application is also made with learning purposes.
- Open the command prompt and clone this repository.
mkdir core-inventory-frontend
cd core-inventory-frontend
git clone https://github.com/andresfelipedev/core-inventory-frontend.git
-
Run
npm install
. -
Create a
.env
file in the root directory with the next environment variables:
REACT_APP_IMAGES_CLOUD_NAME=dxjc7e5te
REACT_APP_IMAGES_UPLOAD_PRESET=tuj2xmmx
- Execute
npm start
.
Create a pull request to contribute to this project. Open an issue to discuss major changes.