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.
yarn
npm start
Then go to http://localhost:3002
npm run build:prod
npm run lint