0.1.1 • Published 11 years ago
scaledrone-yo v0.1.1
ScaleDrone Yeoman Generator
ScaleDrone is easiest way of adding real-time capabilities to your web or mobile app
Prerequisite
Install Yeoman: yeoman.io
Usage
Install scaledrone-yo:
npm install -g scaledrone-yoMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run yo scaledrone-yo generator:
yo scaledrone-yoRunning
Run the client code:
http-server clientRun the auth server (if you chose to generate it):
node jwt-server/server.jsVisit your new application at http://localhost:8080/