todomvc-imba
todomvc-imba copied to clipboard
Imba TodoMVC Example
Imba • TodoMVC
Create complex web apps with ease! Imba is a new programming language for the web that compiles to highly performant and readable JavaScript. It has language level support for defining, extending, subclassing, instantiating and rendering dom nodes.
Resources
Support
Let us know if you discover anything worth sharing.
Running
- Run
npm install - Open
index.htmlin your browser to see it in action!
Development
The source resides in src/app.imba. Run npm run watch to recompile the source locally. Make sure you have installed Imba through npm: npm install -g imba first.
Credit
Created by Sindre Aarsaether