Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 607 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 607 Bytes

Simple boilerplate for web apps with React, Babel, and Rollup.

Installation

npm install

Usage

Development

npm start

Production

  1. First run the following command:
npm run build
  1. Open html/index.html in your browser.

The Rollup production configuration file changes NODE_ENV to production and minifies the code with UglifyJS.

Linting

The code quality is checked by the JavaScript Standard Style.