Skip to content

imarenco/react-boilerplate

Repository files navigation

React Boilerplate

This repository contains the minimal app to get started with react, redux, hot-reloading, sass, webpack and some other great stuff.

Run

    npm install
    npm run start

Starts on http://localhost:8080

Build

    npm run build

What's Inside?

Test

    npm run test