Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taxigy/rollup-template
- Owner: taxigy
- Created: 2018-03-27T21:53:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T22:03:09.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T08:56:12.011Z (3 months ago)
- Topics: postcss, react, rollup
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```