Skip to content

jeff235255/forum

 
 

Repository files navigation

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.

alt golang

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

About

Simple golang programing language forum in VietNam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.7%
  • CSS 37.4%
  • Go 4.8%
  • Makefile 0.1%