1.0.0 • Published 6 years ago

node-react-boilerplate v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

node-react-boilerplate

Node and React boilerplate for easy deployment to Heroku

Bolierplate Includes

  • Node/Express
  • React
  • React Router
  • CSSModules

Getting Started

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/jtabach/node-react-template.git
> cd react-node-template
> npm i

In one terminal window, run:

> npm run start

In another:

> npm run webpack

Deploying to Heroku

Heroku will look for an index.js file by default. Follow these instructions to deploy to Heroku