Skip to content

Sample for demonstrating various aspects of modern cross-platform applications.

Notifications You must be signed in to change notification settings

ZeroQool007/boardz-cross-platform-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample application for various “Cross-Platform HTML5 – in Action!” workshops

Requirements

Setup

Building

The gulp task will build iOS, Windows Phone, Android phone apps as well as desktop apps for Mac OSX, Windows and Linux. To get it working, please do the following:

  • Only after cloning the repo: npm i within the root folder of this repository
  • Run gulp build:cordova to build all phone related apps
  • Run gulp build:nwjs to build all desktop related apps
  • Run static within the app/ folder (the first, not the "app/app"-folder) to see the web app when pointing your browser to http://localhost:8080.

Supported platforms

  • Any modern web browser (Chrome, Firefox, Edge, Safari) by simply hosting it
  • Mobile platforms (iOS, Android, Windows) by packaging the app using Cordova
  • Desktop platforms (Windows, Mac OS X, Linux) by packaging the app using NW.js

Third-Party Libraries

JavaScript, CSS

Native Wrappers

Additional Resources

About

Sample for demonstrating various aspects of modern cross-platform applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • C# 19.5%
  • HTML 15.2%
  • CSS 1.1%