forum
forum copied to clipboard
Simple golang programing language forum in VietNam
Simple golang programing language forum in VietNam
We temporary paused this project in order to build a new link sharing site for developers. Please check it at grox project.

Core dependencies
Install dependencies
go get github.com/golang-vietnam/forum
cd $GOPATH/src/github.com/golang-vietnam/forum;make install
Run project
On development mode we use Gin to live reload. Server run on port 3000
make
Test server
make test
Frontend
Isomorphic code written in Node using React, Redux and Semantic UI.
Installation
npm install
Running Dev Server
npm run dev
Building and Running Production Server
npm run build
npm run start