Skip to content

kaiostech/sample-vanilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Vanilla app for KaiOS

Simple example of a to-do list, for more information see KaiOS Developer Portal

In portrait devices

In landscape devices

Start

npm run start
# or
yarn start

Build app

npm run build
# or
yarn build

Send the app to a KaiOS device

npm run app:install
# or
yarn app:install