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/
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:
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.
Builds the public
folder.
npm run deploy
to deploy the project on github pages.
You can learn more in the Webpack documentation.