Redux Architecture - configuring redux to a react project and reviewing its implementation concepts
# clone this repository
[email protected]:ocarlic/redux-architecture.git
# go to the project folder in your terminal/cmd
cd redux-architecture
# install the dependencies
yarn
# run the json-server
yarn server
# run the application
yarn dev
The json-server will open on the port:3333 - access http://localhost:3333/
- http://localhost:3333/products
- list all products
- http://localhost:3333/stock
- list all available stock
The application will open on the port:3000 - access http://localhost:3000/
The following tools were used to build the project