/react-discogs

First project with react

Primary LanguageJavaScript

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.