Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 599 Bytes

react-rollup-babel-scaffolding

This is a scaffolding app with React, rollup.js and Babel. 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