Skip to content

herbat73/go-react-redux-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.