create-webpack-react-app
v1.1.6
Published
A command line to to initiate a boilerplate for a react application using webpack and babel. To run the CLI, install the CLI globally by running $ npm i -g create-webpack-react-app and go to the directory where you want the root directory of your projec
Downloads
32
Maintainers
Readme
create-webpack-react-app
A command line interface to generate a boilerplate for a React application along with necessary webpack and babel configurations.
You can edit the configuration anytime according to your project's requirement.
Installation:
To run the CLI, you can install it globally by going to your terminal and runnning -
$ npm i -g create-webpack-react-app
Usage:
Go to the directory where you want your project to be in, and then run -
create-webpack-react-app project-name
Another alternative would be using npx
command, if you don't want to install the package globally -
$ npx create-webpack-react-app project-name
Issues:
If you find a bug, please file an issue on our issue tracker on github.
Contributors:
Cheers!