DianaSuvorova / rollup-react-app

Build react app with rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React app with rollup

This demonstrates the rollup setup to bundle react app. Rollup configurations are: rollup.config.js

To test run:

  • Clone this repo
  • yarn install
  • build an app: rollup -c rollup.config.js or yarn build this would generate a bundle `dist/index.js'
  • serve an app: node serve.js
  • visit localhost:8080

About

Build react app with rollup


Languages

Language:JavaScript 100.0%