Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 362 Bytes

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