Get Started with ClearlyJS
What is ClearlyJS?
Make your first ClearlyJS app
1. Import ClearlyJS
<script src="https://cdn.jsdelivr.net/gh/negevvo/ClearlyJS@main/ClearlyJS/clearly.js"></script><script src="https://cdn.jsdelivr.net/gh/negevvo/ClearlyJS@main/ClearlyJS/clearly.js"></script>
<script src="https://cdn.jsdelivr.net/gh/negevvo/ClearlyJS@main/ClearlyJS/clearlyDebug.js" defer></script>Another way to import ClearlyJS
import clrly from 'https://cdn.jsdelivr.net/gh/negevvo/ClearlyJS@main/ClearlyJS/clearly.js'2. Optional: Set-up Babel and JSX
Compile a .jsx file
3. Hello World
Last updated