Important
This previously experiment is wrapped up, moving forward the development will happen at https://github.com/tinijs/tinijs/tree/main/examples.
If you want to use the experimental version still, please use the version 0.16.0.
Example apps powered by the TiniJS framework.
- Demo: https://todo-demo.tinijs.dev
- Source code: https://github.com/tinijs/examples/tree/main/todo
- Create a home for TiniJS:
mkdir TiniJS && cd TiniJS - Fork the repo
- Install dependencies:
cd examples/app-name && npm i - Make changes & preview locally:
npm run build && npm pack - Push changes & create a PR 👌
TiniJS Examples are released under the MIT license.