taxigy / rollup-template

A template to start with Rollup and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rollup template

The purpose of this template is to hold a simplistic combination of Rollup, its plugins, some PostCSS and Babel to start making a React app with.

Please be aware that babel-preset-react-app always requires explicit value of NODE_ENV environment variable. To develop with live reload and proper error logs, run in terminal:

NODE_ENV=development npm start

or, if you use yarn:

NODE_ENV=development yarn start

About

A template to start with Rollup and React


Languages

Language:JavaScript 53.5%Language:CSS 44.3%Language:HTML 2.2%