xhad / ds-tutorial-react

A step by step example of how to use the deepstream-react mixin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ds-tutorial-react

Examples of how to use deepstream-react. Please find more details at https://deepstream.io/tutorials/integrations/frontend-react/

To install, use

npm install

to start the deepstrean server, run

npm run start-server

Now you can open both examples in your browser

open todo-list/index.html
open synced-input/index.html
Watch mode

to watch/compile the simple input example, run

npm run build-input

to watch/compile the todo-list example, run

npm run build-todo

About

A step by step example of how to use the deepstream-react mixin

License:MIT License


Languages

Language:JavaScript 71.4%Language:HTML 15.2%Language:CSS 13.4%