Skip to content

idelpivnitskiy/aerogear-js-cookbook

 
 

Repository files navigation

AeroGear JS Cookbook

The AeroGear JS cookbook is a list of recipes to quick start your AeroGear JS experience.

The goal of each of the recipes is to show you how easily you can use the different aspects of the AeroGear JS libraries and how it helps to achieve clean code.

Project Info
License: Apache License, Version 2.0
Build: Node, Bower
Documentation: https://aerogear.org/docs/specs/aerogear-js/
Issue tracker: https://issues.jboss.org/browse/AGJS
Mailing lists: aerogear-users (subscribe)
aerogear-dev (subscribe)

What you will need

  • node
  • bower
  • git

Cookbook Format

All recipes will follow the same format:

Title

Brief overview of the recipe

Problem

The recipies goals

Solution

How to solve the problem

Working Code Example

A small app to run.

Each app will be heavily documented on what is going on

Recipes

To get the recipes, clone this repo:

$ git clone git@github.com:aerogear/aerogear-js-cookbook.git

$ cd aerogear-js-cookbook

Cookbook apps

App Description Data Manager Push Sync
Food Recipes Client-side storage example. ✔️
Simple Push Introduction to SimplePush. ✔️
Unified Push Usage of AeroGear's SimplePush/Unified Push JS API ✔️
Diff Sync - Ember Ember app showcasing the use of Differential Synchronization client lib ✔️
Diff Sync - Ionic/Angular Ionic/Angular app showcasing the use of Differential Synchronization client lib ✔️
Diff Sync - Canvas Html canvas app showcasing the use of Differential Synchronization client lib ✔️

Contributing Cookbook Recipes

TBD

Documentation

For more details about the current release, please consult our documentation.

Development

If you would like to help develop AeroGear you can join our developer's mailing list, join #aerogear on Freenode, or shout at us on Twitter @aerogears.

Also takes some time and skim the contributor guide

Questions?

Join our user mailing list for any questions or help! We really hope you enjoy app development with AeroGear!

Found a bug?

If you found a bug please create a ticket for us on Jira with some steps to reproduce it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.2%
  • HTML 11.5%
  • CSS 1.3%