Skip to content

Heroku deployable boilerplate for React/Flux/Webpack apps

Notifications You must be signed in to change notification settings

emensc52/tc2

 
 

Repository files navigation

Techbox V2 (on heroku)

  1. npm install
  2. node server.js

##To add css: put script tags inside both src/index.html and public/index.html (or try copying and pasting your css into the css fil under src or public)

##To access the deploy branch you may have to run either of the following commands:

git checkout deploy

git branch --set-upstream-to=origin/deploy deploy

##To deploy to heroku, push changes to 'origin/deploy' branch:

-git checkout deploy -git rebase master

##Not included in this version:

  • React Router - custom urls
  • Browserify - you have to press refresh every time you make a change

Webpack-React-Heroku Boilerplate

Heroku deployable boilerplate for React/Flux/Webpack apps. This sample is a reference to this post.

About

Heroku deployable boilerplate for React/Flux/Webpack apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.8%
  • HTML 27.8%
  • JavaScript 10.4%