An open source blog, designed to be a "plug and play" solution for ButterCMS. Written using React and Go.
- Go (version >=
1.11.5) - create-react-app (version >=
1.5.2) - A butterCMS account
- Add your ButterCMS and BasicAuth information to
server > config > config.json - Add your Server BasicAuth credentials to
frontend > .env
- Run the
run.shscript in theserverdirectory - Run
npm startin thefrontenddirectory
- Run the
build.shscript in theserverdirectory. This will create abuildfolder with the compiled versions. - Run
npm run buildin thefrontenddirectory. This will create abuildfolder with the optimised production ready code.