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

zenato/react-boilerplate

Repository files navigation

React Boilerplate

Create your react apps with boilerplate.

This project use React Router v3.

Usage

  • React
  • Redux
  • React Router
  • React hot reload
  • Universal rendering (Server rendering)
  • Express
  • Webpack
  • ES2015 (ES6)
  • Jest
  • EJS

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