Simple starter boilerplate for React with Node that can easily be deployed to Heroku
npm install node-react-boilerplateNode and React boilerplate for easy deployment to Heroku
- Node/Express
- React
- React Router
- CSSModules
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
Heroku will look for an index.js` file by default. Follow these instructions to deploy to Heroku