Skip to content

This is a basic Webpack configuration to get started quickly to create web applications with React.

License

Notifications You must be signed in to change notification settings

armando1339/quick-start-react-app

Repository files navigation

Quick Start React App

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.

Download

Clone the project in your local.

git clone https://github.com/armando1339/quick-start-react-app.git

Then.

npm install

Usage

To start developing run:

npm run buildserver

Once you have run the command, you can start developing your React.

Deploy to Heroku

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!

Credits

License

MIT

About

This is a basic Webpack configuration to get started quickly to create web applications with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published