Skip to content

configuring redux to a react project and reviewing its implementation concepts

Notifications You must be signed in to change notification settings

ocarlic/redux-architecture

Repository files navigation

Redux Architecture

💻 About the project

Redux Architecture - configuring redux to a react project and reviewing its implementation concepts


🚀 Run the project

🧭 Starting the application

# 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/

The application will open on the port:3000 - access http://localhost:3000/


🛠 Technologies

The following tools were used to build the project

About

configuring redux to a react project and reviewing its implementation concepts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published