Skip to content

This is boilerplate code that use Webpack2 over Express Application and deploy on Heroku using Heroku Buildpacks

Notifications You must be signed in to change notification settings

mailtoharshit/BackPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackPack: Boilerplate Template for Webpack2 and Heroku

Webpack 2 is super cool, I wrote a sample boiler code that you can reuse to spin a Express application and setup to deploy to Heroku instantly.

Few things to remember that :

  • No Fancy framework or platform are used here, this is clear naked/raw boilerplate, and I'll let you decide to pick your faviorte framework on top of this.

  • This boilerplate use HMR and it is cool.

How to get started ?

Clone this code and follow these instructions

Deploy

First, you'll need a heroku account.

  • In Heroku, create a new app
  • Add a new buildpack, select heroku/nodejs. This should set you up to automatically run npm install which is what you'll need to get up and running.


  • git push heroku master - Assuming you've set everything up correctly, this will deploy your app, and run the postinstall script in package.json.

About

This is boilerplate code that use Webpack2 over Express Application and deploy on Heroku using Heroku Buildpacks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published