Creates a standard configuration for developing an app with react and webpack.
$ webpack-react-app --help
$ wra --help # You can use wra instead
$ wra copy # Copy just the general configuration in the current folder.
Generate a project with the configuration needed. You must run npm install
$ wra generate my-project # Create project in "my-poject" dir
$ cd my-project
$ npm install
$ npm run build-dev-server # Run development-build with a server.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:9000 to view it.
The page will reload if you make edits.
Creates a production version of your app
This version will compile in /public
dir.