Skip to content

Minimal front-end boilerplate for working with React&Redux, React-router 4, sass and Webpack 2 + HMR. Includes minimal Heroku deployment settings and basic linting.

hold33n/react-heroku-starter

Repository files navigation

Installation

Install the dependencies at first. If you want to run the project in development mode run this:

$ npm run dev

then you'll see a small example app app(demo is here)

For production setup

$ webpack -p --config ./webpack-prod.config.js
$ npm start

(or you can just deploy it to Heroku and it'll build this on the server)

If you want to check linting run this:

$ npm run lint

About

Minimal front-end boilerplate for working with React&Redux, React-router 4, sass and Webpack 2 + HMR. Includes minimal Heroku deployment settings and basic linting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published