Setting up backend server
- Open a terminal
cd
into backend and run go install -v
- Edit the
Procfile
to your needs
- run
heroku local
to start the backend
Setting up the front end server
- Open a different terminal
cd
into frontend and run npm run build
- run
npm run serve
to start the nodejs server
About
A real time web chat using Vuejs and GoLang.
https://bambu.live
MIT License
Languages
Language:Vue 73.9%Language:Go 20.3%Language:HTML 3.2%Language:JavaScript 2.1%Language:CSS 0.6%