Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taxigy/rollup-template

A template to start with Rollup and React
https://github.com/taxigy/rollup-template

postcss react rollup

Last synced: 28 days ago
JSON representation

A template to start with Rollup and React

Awesome Lists containing this project

README

        

# 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](/facebook/create-react-app) [always requires](https://twitter.com/dan_abramov/status/780508054932623360) explicit value of `NODE_ENV` environment variable. To develop with live reload and proper error logs, run in terminal:

```bash
NODE_ENV=development npm start
```

or, if you use [yarn](/yarnpkg/yarn):

```bash
NODE_ENV=development yarn start
```