gdg-x/spaceship

Name: spaceship

Owner: GDG[x]

Description: [DEPRECATED] GDG native app for Android and iOS (using Ionic)

Created: 2015-11-14 19:27:00.0

Updated: 2017-11-02 21:30:30.0

Pushed: 2017-10-02 19:18:53.0

Homepage:

Size: 1185

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

spaceship

Join the chat at https://gitter.im/gdg-x/spaceship

Material Ionic Hybrid GDG App

This is a pre-alpha app built with the Ionic v2.0 beta. It is still under heavy development.

Table of Contents
Getting Started
File Structure of App
c-conference-app/
node_modules/                      * Node dependencies

platforms/                         * Cordova generated native platform code

plugins/                           * Cordova native plugins go

resources/                         * Images for splash screens and icons

www/                               * Folder that is copied over to platforms www directory
??? app/                           * Contains our application code
?   ??? about/                     * About page
?   ?    ??? about.html            * Page template
?   ?    ??? about.js              * Page code
?   ?
?   ??? components/                * Example components
?   ?       ??? date-format.js     * Import moment.js and format date
?   ?       ??? schedule-list.js   * List component
?   ?       ??? schedule-list.html * List template
?   ?
?   ??? app.html                   * Application template
?   ??? app.js                     * Main Application configuration
?   ??? app.scss                   * Sass imports
?   
??? build/                        * Contains compiled content
?     ??? css                     * Compiled CSS
?     ??? fonts                   * Copied Fonts
?     ??? js                      * ES5 compiled JavaScript
?
??? img/                          * App images
?
??? index.html                    * Main entry point

.gitignore                        * Example git ignore file
package.json                      * Our javascript dependencies
README.md                         * This file
tsconfig.json                     * Configures the TypeScript compiler
config.xml                        * Cordova configuration file
ionic.config.js                   * Ionic configuration file
webpack.config.js                 * Webpack configuration file
Contributors

See list of contributors

Maintainer: None.

The GDG App, GDG[x] are not endorsed and/or supported by Google, the corporation.
License
© 2015-2016 GDG[x]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.