https://github.com/theiliad/go-fusebox-react
A React bundle being built by Fusebox, and being served through a Go server 👋
https://github.com/theiliad/go-fusebox-react
fusebox gohttp golang react
Last synced: 2 months ago
JSON representation
A React bundle being built by Fusebox, and being served through a Go server 👋
- Host: GitHub
- URL: https://github.com/theiliad/go-fusebox-react
- Owner: theiliad
- License: mit
- Created: 2017-06-12T04:56:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T01:29:31.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T11:12:46.646Z (8 months ago)
- Topics: fusebox, gohttp, golang, react
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fusebox-react
**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 🔥
1. Run `npm install` to install packages
2. Run `node fuse` to build the bundle using fusebox
3. Run `go run server.go` **(If you want HMR, do this step in a separate tab)**