install - JoseHerminioCollas/rx-hello GitHub Wiki

Install

  • Clone the repo: git clone

    git clone https://github.com/JoseHerminioCollas/rx-hello.git

  • cd into the folder created

    cd rx-hello

  • Install the dependencies

    npm install

  • Create a sym link to used to in order to enable absolute paths in require() expressions.

    For example, I want to require files with the a particular namespace, in this case I am using my namespace 'goatstone'

    goatstone/stream/application

    On my Mac I can use this line

    ln -s /Users/goat/projects/hellorx/src/goatstone /Users/goat/projects/hellorx/node_modules/goatstone

  • Run gulp, this will build files the needed files in the server

    gulp

Server

  • Server with Node on Google App Engine

    cd serve

  • Install the dependencies

    npm install

  • Start the Node server

    npm start

  • Look at localhost port 8080 to see it running

    http://localhost:8080