go-react-realtime-app

Simple Realtime Web App like Slack using Go, React and RethinkDB to study these technologies

Stars
5

Realtime Web App like Slack

Simple Realtime Web App like Slack using Go, React and RethinkDB to study these technologies

Running the React App

  • Clone this repo;

  • Access the front-end folder:

cd front-end/
  • Install the dependencies:
npm i
  • Run the development server with hot reload:
webpack-dev-server --hot --inline