Quick Start
Try Ripple Online
You can try Ripple directly in your browser on StackBlitz.
Installation
Using The Experimental create-ripple
CLI
sh
npm create ripple
Clone the Vite-based Basic Template:
sh
npx degit trueadm/ripple/templates/basic ripple-app
cd ripple-app
npm i
npm run dev
Editor Integration
Ripple maintains a Volar-based VSCode extension.
It provides syntax highlighting for .ripple
files, real-time diagnostics for compilation errors, typescript integration for type checking and autocompletion.
If you're using a fork of VSCode, the extension is also available on OpenVSX.
Are you a Zed, NeoVim, or IntelliJ/WebStorm user?
Help us port the Ripple extension to your platforms!
Getting Help
Try joining the Discord server, or asking for help on our discussions board.
Next Steps
- Learn about reactivity/state management and caveats.