GithubHelp home page GithubHelp logo

isabella232 / realtime-web-playground Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goodow/realtime-web-playground

0.0 0.0 0.0 1.91 MB

Goodow Realtime Playground helps you to try out the features of the Realtime Store API

Home Page: https://github.com/goodow/realtime-store/

License: Apache License 2.0

CSS 52.15% HTML 18.95% JavaScript 28.90%

realtime-web-playground's Introduction

Goodow Realtime Store API Playground Build Status

Goodow Realtime Store API Playground Screenshot

Overview

Goodow Realtime Store API Playground, is a web app that helps you to try out the features of the Goodow Realtime Store API.

You can try out the Goodow Realtime Store API Playground on its live instance.

Visit Google groups for discussions and announcements.

Getting Started

To get you started you can simply clone the realtime-web-playground repository and install the dependencies:

Prerequisites

You need git to clone the realtime-web-playground repository. You can get it from http://git-scm.com/.

We also use a number of node.js tools to initialize and test realtime-web-playground. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.

Clone realtime-web-playground

Clone the realtime-web-playground repository using git:

git clone https://github.com/goodow/realtime-web-playground.git
cd realtime-web-playground

Install Dependencies

We have two kinds of dependencies in this project: tools and realtime-store library code. The tools help us manage and test the application.

We have preconfigured npm to automatically run bower so we can simply do:

npm install

Behind the scenes this will also call bower install. You should find that you have two new folders in your project.

  • node_modules - contains the npm packages for the tools we need
  • app/bower_components - contains the realtime-store library files

Note that the bower_components folder would normally be installed in the root folder but realtime-web-playground changes this location through the .bowerrc file. Putting it in the app folder makes it easier to serve the files by a webserver.

Run the Application

The project can run on any static web server, but we also have preconfigured the project with a simple development web server. The simplest way to start this server is:

gulp serve

This outputs an IP address you can use to locally test and another that can be used on devices connected to your network.

Updating Realtime Store

You can update the tool dependencies by running:

npm update

This will find the latest versions that match the version ranges specified in the package.json file.

You can update the Realtime Store dependencies by running:

bower update

This will find the latest versions that match the version ranges specified in the bower.json file.

Continuous Integration

Travis CI

Travis CI is a continuous integration service, which can monitor GitHub for new commits to your repository and execute scripts such as building the app or running tests. The realtime-web-playground project contains a Travis configuration file, .travis.yml, which will cause Travis to build and deploy the app to Github Pages when you push to GitHub.

You will need to enable the integration between Travis and GitHub. See the Travis website for more instruction on how to do this.

realtime-web-playground's People

Contributors

larrytin avatar nicolasgarnier avatar rakyll avatar sethmiles avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.