This is a basic Webpack configuration to get started quickly to create web applications with React. This appliction is ready to deploy to Heroku. You can see the example on Heroku.
Clone the project in your local.
git clone https://github.com/armando1339/quick-start-react-app.git
Then.
npm install
To start developing run:
npm run buildserver
Once you have run the command, you can start developing your React.
Inside the root dir run the following command:
heroku create
Then push to Heroku the project using Git.
git push heroku master
Finally.
heroku open
Here we go!