Skip to content

tpresley/sygnal-todomvc

Repository files navigation

Sygnal ToDoMVC

The ToDoMVC project implemented using the Sygnal framework based on Cycle.js

Installation

Clone the repository

git clone https://github.com/tpresley/sygnal-todomvc.git

Or download it as a template using degit

npx degit tpresley/sygnal-todomvc sygnal-todomvc

Install dependencies

cd sygnal-todomvc
npm install

Run a live dev server with hot reloading using Vite

npm run dev

Build a compiled and distributable version

npm run build

the compiled version will be in the 'dist' folder

To serve the compiled site locally

npm run preview

Or copy the contents of the dist folder to the web server of your choice

Happy Hacking!

About

ToDoMVC implemented in Sygnal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published