Fusebox is a new bundler, a competitor of Webpack!
This is a React bundle being built by Fusebox, and being served through a Go server π₯
- Run
npm installto install packages - Run
node fuseto build the bundle using fusebox - Run
go run server.go(If you want HMR, do this step in a separate tab)
