scaledrone-yo
v0.1.1
Published
Yeoman generator
Downloads
3
Readme
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-yo
Make a new directory, and cd
into it:
mkdir my-new-project && cd $_
Run yo scaledrone-yo
generator:
yo scaledrone-yo
Running
Run the client code:
http-server client
Run the auth server (if you chose to generate it):
node jwt-server/server.js
Visit your new application at http://localhost:8080/