Skip to content

DianaSuvorova/rollup-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published