ZafarAli110 / A-simple-redux-lib

Demystifying Redux.js - A simple implementation for educational purpose.

Home Page:https://zafarali110.github.io/A-simple-redux-lib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-simple-redux-lib

Demystifying Redux.js - A simple implementation for educational purpose.

This project was bootstrapped with Webpack.

For live demo:- https://zafarali110.github.io/A-simple-redux-lib/

Available Scripts

Note:-

In order to run this project you first need to install node js and run the command npm install or yarn install in case if you are using yarn, inside the project directory.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:8080/ to view it in the browser, you can change the PORT from webpack.config.js file. Once the application is running in the browser, open the browser dev-tools and see the console logs in order to better understand what is happening under the hood.

Note:- This application contains multiple source folders, you can change the source folder path from webpack.config.js

The page will reload if you make edits.

npm run build

Builds the public folder.

Deployment

npm run deploy to deploy the project on github pages.

Learn More

You can learn more in the Webpack documentation.

About

Demystifying Redux.js - A simple implementation for educational purpose.

https://zafarali110.github.io/A-simple-redux-lib/


Languages

Language:JavaScript 94.7%Language:HTML 5.3%