Skip to content
/ Colist Public

🗣️ Mobile App [Collaborative list] built with Angular / Onsen

Notifications You must be signed in to change notification settings

HZooly/Colist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colist

Collaborative list built with Angular / Onsen.

Installation

$ npm install

$ mv conf/firebase.sample.js conf/firebase.js

Edit Firebase following your Firebase setup.

Firebase Setup

Rules

{ "rules": { ".read": true, ".write": true } }

Data

{ "notes" : {} }

Build mobile application

You can build this application for mobile devices with Cordova.

$ npm i -g cordova

  • Create a new Cordova project.

$ cordova create <path>

  • Copy your entire project into /www folder.

  • Add your platforms (listed with cordova platform).

$ cordova platform add <platform>

  • Build or run app.

$ cordova run/build <platform>

Contributors

  • Hugo Torzuoli

About

🗣️ Mobile App [Collaborative list] built with Angular / Onsen

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published