• This repository has been archived on 29/Sep/2021
  • Stars
    star
    116
  • Rank 303,029 (Top 6 %)
  • Language
    JavaScript
  • Created about 9 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Deployable React + Webpack 2 starter kit

Deployable React + Webpack 2 starter kit

  • React 15
  • Webpack 2
  • React-hot-loader 3
  • SASS

Running on development mode:

npm run dev

Running on production mode:

npm run build
npm start

Before you deploy, make sure you generated your bundle through npm run build.