Skip to content

dousaitis/react-rollup-buble-scaffolding

Repository files navigation

react-rollup-buble-scaffolding

This is a scaffolding app with React, rollup.js and Bublé. It also compiles scss to css. If you run it on development mode the livereload plugin refreshes your browser on any file change. If you run the production build you can see the file size of the minified bundle.

Installation

yarn

Development

npm start

Then go to http://localhost:3002

Production build

npm run build:prod

Linting

npm run lint