Skip to content

alexandre-roitman/webpack-on-heroku

Repository files navigation

Prerequisites:

Installation Guide:

  • Fork / Clone the project
git clone [email protected]:akaspi/webpack-on-heroku.git
cd webpack-on-heroku
npm i
  • Login to Heroku:
heroku login
  • Create an Heroku application:
heroku create
  • Set 'production' environment variable:
heroku config:set NODE_ENV=production
  • Deploy the app:
git push heroku master

Inspired by Ditrospecta and Heroku: Getting Stared With Node.

About

webpack-on-heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published