Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

wallacyyy/reactly-starter-kit

Repository files navigation

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.