examples/preact/readme.md
TodoMVC: Preact
This application uses Preact 10.11.3 to implement the TodoMVC application.
Preact:
Model: TodoModel (model.js}
View: Preact ui components
controller: App (app.js)
MVC:
Model: maintains the data and behavior of an application
View: displays the model in the ui
Controller: serves as an interface between view & model components
terminal:
1. npm run build
The only requirement is an installation of Node, to be able to install dependencies and run scripts to serve a local server.
* Node (min version: 18.13.0)
* NPM (min version: 8.19.3)
terminal:
1. npm install
2. npm run start