Skip to content

Latest commit

 

History

History

apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Organic Oval App

NOTE

To run any of the app, you will need:

  1. Install all dependencies in the root directory of this repository
$ npm install
  1. Build the application you want to try
$ npm run build
  1. Open the idnex.html

tip: If you want to change the code, you can use the watch command:

$ npm run watch

Todo App

We have the classic example of a todo app . There you can find the usage of oval tags, control statements (each and if) and directives.

Screnshot