damc-dev / react-for-heroku

A simple deployment ready react - webpack 4 boilerplate for heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-for-heroku

A simple deployment ready webpack-react application for heroku. Please follow the link for detailed explanation: https://codeburst.io/deploy-your-webpack-apps-to-heroku-in-3-simple-steps-4ae072af93a8

Instructions

  1. Clone this repo
  2. Run npm install
  3. Run npm run dev, localhost:8080 will open up in your default browser

Verify production code

  1. Run webpack -p
  2. Run node server.js, and visit localhost:8080, voila your code is ready for heroku now.

About

A simple deployment ready react - webpack 4 boilerplate for heroku


Languages

Language:JavaScript 80.1%Language:HTML 19.9%