Files
Momentum-Firmware/applications/system/js_app/packages/create-fz-app
Anna Antonenko c741727b96 I am own the JS (#3982)
* fix: js app template
* i am own the js
* farewell
2024-11-05 19:53:24 +09:00
..
2024-11-05 19:53:24 +09:00
2024-11-05 19:53:24 +09:00

Flipper Zero JavaScript SDK Wizard

This package contains an interactive wizard that lets you scaffold a JavaScript application for Flipper Zero.

Getting started

Create your application using the interactive wizard:

npx @flipperdevices/create-fz-app@latest

Then, enter the directory with your application and launch it:

cd my-flip-app
npm start

You are free to use pnpm or yarn instead of npm.

Documentation

Check out the JavaScript section in the Developer Documentation