Skip to content

ottodevs/react-mobx-real-time

Repository files navigation

React - MobX - Real-Time

POC for real-time data updates with React, MobX and WebSockets.

Getting Started

  1. Install Node.js (choose Current)

  2. git clone or Download this repo

  3. Install dependencies (at the root of the repo):

    npm install
    

Development

Run webpack-dev-server

npm start
  • Open http://localhost:8080

Build the project for deployment

npm run build
  • Must use a server that redirects missing routes back to index.html

To run the build locally

npm i -g live-server
cd dist/
live-server --entry-file=index.html

About

POC for real-time data updates with React, MobX and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors