Quick Bootstrap for Redux Punch Material UI
Posted in Recipe on September 9, 2022 by Venkatesh S ‐ 1 min read
Now setting up redux punch is very easy. Use npx to bootstrap the new project. Note that it just adds goodies on top of create react app and simplifies ui application development using some standard conventions.
More details @ https://github.com/vensr/redux-punch-mui
Run the following commands
npx @minilab-in/redux-punch-mui your-app-name
cd your-app-name && npm start
If your installation is successful, you should be able to open the url at http://localhost:3000 and see the screen as shown below.
Now you are all set to starting building your first page.