react-boilerplate

Create your react apps with boilerplate.

View the Project on GitHub

React Boilerplate

Create your react apps with boilerplate.

This project use React Router v3.

Usage

Getting Started

Create configuration

Create your own configuration on project root. Copy .env.example to .env

PORT = 3000
DEV_PORT = 3001

API_URL = https://your.api.server

Run and debug

npm run dev

Run app for develoment and debugging.

npm run build

Build production app on build directory.

npm run production

Run built app.

npm test

Test app.

Demo

React boilerplate