/redux-architecture

configuring redux to a react project and reviewing its implementation concepts

Primary LanguageTypeScript

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
git@github.com: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