go-react-starter

0.0.2 • Public • Published

Go React Starter

Use Go and React without missing out on hot module reloading while in development.

Dev

# One terminal pane 
cd server
$ go build && ./server
 
# Another terminal pane 
$ npm start

Then visit localhost:3334.

Prod

$ npm build
$ cd server
$ go build && ./server

Then visit localhost:3333

Package Sidebar

Install

npm i go-react-starter

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jedborovik