Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

dskgry/nodejs-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example realtime React + Node Twttr app

Pre-installation requirements

  • Local installation of node >= 8.x (https://nodejs.org/en/)
    • You can check your installed version with the command "node --version".
  • Local installation of rethinkdb (https://www.rethinkdb.com/docs/install/)
    • if you don't want to litter up your host system, just start a RethinkDB docker container :)
    • docker run --name some-rethink -p 8080:8080 -p 29015:29015 -p 28015:28015 -d rethinkdb

Installation

server:

  1. start rethink db (from anywhere)
  2. go to folder "server"
  3. npm install
  4. npm start (server will be running on http://localhost:3001)

app:

  1. go to folder "app"
  2. npm install
  3. npm start (server will be running on http://localhost:3000)
  4. Login with any user name, password must be 'summit'

Slides

Slides can be found here: http://bit.ly/nodejs-slides

About

Example realtime restify + react Twttr app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published