0.1.1 • Published 10 years ago

scaledrone-yo v0.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

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/