Skip to content

riklamme/react-discogs

Repository files navigation

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.

About

First project with react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published