Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created November 10, 2021 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/fd3ed51a53a93c5c2f657e338b236cf3 to your computer and use it in GitHub Desktop.
Save Hkazanci93/fd3ed51a53a93c5c2f657e338b236cf3 to your computer and use it in GitHub Desktop.
printf "HOST=:8080\nORIGIN=http://localhost:3000\n" > .env
docker-compose up -d redis redisinsight
make -j start # Build and run go services (see Makefile for details)
cd webapp # in another terminal
npm install
npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment