Reactor gen is a react template generator with a interactive UI
- Redux
- React Router DOM
Run the following commad to install reactor-gen globally (node js version higher than 10 required)
npm i -g reactor-gen
Then run the following command to select plugins you want to install
reactor-gen create new-project
Now select the plugins you want from the list of plugins (Click space to select and arrow key to navigate) and click enter. Your project with selected plugins will be installed
If you don't want to install reactor-gen but want to create a boiler plate app with above mentioned plugins, then run,
npx reactor-gen create new-project