/react-boilerplate

A simple boilerplate to react applications with live reload.

Primary LanguageJavaScript

React Boilerplate

The minimal dev environment to create react components with live reloading.

Usage

npm install
npm start
open http://localhost:3000

Production mode

NODE_ENV=production npm start

Linting

npm run lint