Skip to content

bhokloo/ReactRedux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commands used -> npm create vite@latest react-rtk-demo -> cd .\react-rtk-demo\
-> npm install -> npm i axios @reduxjs/toolkit [ axios for Api & @reduxjs/toolkit for the redux store] -> npm run dev -> npm i react-redux [We need to make redux store availbale to react components using react-redux] -> npm install -g nodemon [auto compiler]

npm i webpack webpack-cli --save-dev [BUNDLE ALL FILES TO ONE FILE] npm i svg-inline-loader --save-dev [FOR SVG FILES] npm install --save-dev css-loader style-loader sass-loader sass [FOR COMPLIE CSS FILES] npm install --save-dev babel-loader [TO COMPILE ES6] npm i --save-dev html-webpack-plugin [PLUGIN to GENERATE HTML FILE AFTER LOADER COMPLETE ITS WORK npm install webpack-dev-server --save-dev [LIKE NODEMON] npm install -g win-node-env npm install --save-dev mini-css-extract-plugin

//External URL npm i required-from-url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors