To run any of the app, you will need:
- Install all dependencies in the root directory of this repository
$ npm install
- Build the application you want to try
$ npm run build
- Open the
idnex.html
tip: If you want to change the code, you can use the watch
command:
$ npm run watch
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.