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

Latest commit

 

History

History
22 lines (17 loc) · 407 Bytes

File metadata and controls

22 lines (17 loc) · 407 Bytes

React-Webpack-Bootstrap Boilerplate

Features

  • Webpack building system
  • Webpack Dev Server with React Hot Loader
  • Bootstrap 3

Webpack Loaders

  • URL
  • File
  • Styles: LESS, CSS
  • Imports (shimming modules)
  • Babel for React and EcmaScript6

Installing

npm install

Running

run npm start then check in your browser at http://localhost:8080

Building for production

run npm run build