Cli tool to make it easy to setup react project with webpack.
Currently supports typescript, scss and eslint setups.
- With npx
npx @repugraf/react-cli create <project-name>
- With global install
npm i -g @repugraf/react-cli
react-cli create <project-name>
After that choose the setup you prefer and start using the the app.