aboutsummaryrefslogtreecommitdiff

react-go-forum

A self-contained mobile-first forum written in React and Go.

Dependencies

  • npm : npm is a package manager for the JavaScript programming language.
  • Go : Go is a statically typed, compiled programming language.

Building from Source

First, clone the repository using Git.

    $ git clone https://git.nj3.xyz:443/react_go_forum

Then compile from source via npm after moving into the project directory.

    $ cd ./react-go-forum
    $ npm update

Usage

A helper script has been provided which compiles the React and Go code and runs the server.

    $ ./run_server.sh