minfredi
v1.0.6
Published
A lightweight JavaScript framework for building web applications
Maintainers
Readme
minfredi: A Lightweight JavaScript Framework
minfredi is a minimal, production-ready JavaScript framework for building web applications with DOM abstraction, routing, state management, and event handling. Use the CLI to create projects or the TodoMVC example to explore its capabilities.
Installation
To run the TodoMVC Example
Try the TodoMVC example:
npx minfredi start-todomvc Open http://localhost:3000 to see it in action.
TO create your own project
open your terminal
run the comand ```npx minfredi create <your-project-name>```
cd your-project-name
npm start
open your-project-name folder in the editor of your choiceClick the link below for a comprehensive product manual and usages
