Skip to content

A boilerplate for developing Pebble apps with ESNext+ support in PebbleKit JS.

License

Notifications You must be signed in to change notification settings

Sorixelle/pebble-modern-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pebble-modern-js

A boilerplate for developing Pebble apps with ESNext+ support in PebbleKit JS.

Usage

Just use it like you would any other Pebble project created with pebble new-project. Any JS-side packages can be added with npm install like you normally would in a JS project.

Caveats

Some libraries (notably Firebase) might not work on the emulator. This is because the emulator's JS runtime is very old and minimal, and doesn't support all features that a browser environment would normally have, such as IndexedDB. These apps will likely work when used on an Android phone, but may not work on an iOS device. For this reason, it's not recommended to use libraries that don't work on the emulator in a deployed app.

About

A boilerplate for developing Pebble apps with ESNext+ support in PebbleKit JS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published