Kal-Aster / cordova-riot-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORDOVA+RIOT template

Installation

Clone the repository:

git clone https://github.com/EliteXXL/cordova-riot-template

or simply download it zipped and unzip it wherever you want

Usage

  • Enter the newly created folder
  • Add whatever platforms you like to cordova
cordova platform add <platform>
  • Code in folder src (the default entry point is src/index.ts)
  • Whenever you're ready run rollup
npx rollup -c

If you want to auto-run rollup during development run it in watch mode

npx rollup -c --watch

It will build cordova platforms every written bundle

  • Enjoy ☻

About


Languages

Language:JavaScript 99.1%Language:HTML 0.6%Language:TypeScript 0.2%Language:Riot 0.1%