/specular-todomvc

The Hello World of frontend frameworks, implemented in Specular

Primary LanguagePureScript

specular-todomvc

The Hello World of frontend frameworks, implemented in Specular

Based on https://github.com/reflex-frp/reflex-todomvc.

Doesn't implement routing, filtering and persistence.

quick start

npm install
npm run build
npm run serve

production

npm run build-prod
http-server dist -o