Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 649 Bytes

go-react-redux-template

Minimal Go React Redux template

Installation procedure

  1. Install GoLang
  2. Install NPM
  3. Install WebPack via npm

npm install webpack -g

  1. Build by npm

npm i

  1. Build GoLang sources

go build

  1. Start webpack

webpack

or webpak with watchmode, Webpack will watch your files and when one of them changes, it will immediately rerun the build and recreate your output file.

webpack --watch

when you run the webpack watch command, webpack will rebuild your bundle when any of your files change (jsx).

  1. Run the server

./go-react-redux-template

  1. Open browser

localhost:8100

License

MIT.