Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 529 Bytes

React Starter

A starter repo for React apps using Webpack with support for Redux, Bootstrap 3, FontAwesome, and SASS.

Modified from ReduxSimpleStarter.

Getting Started

> git clone git@github.com:noranda/react-starter.git
> cd react-starter
> npm install
> npm start

Supported Libraries

Includes support for:

  • Bootstrap 3 (CSS only)
  • FontAwesome
  • SASS

Building for Production

npm run build

Files will be put into the dist folder.