Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A dynamic todo-mvc example with Weblock's components, without a line of Javascript. Experiments that go in the tutorial.

Notifications You must be signed in to change notification settings

vindarel/weblocks-todomvc

Repository files navigation

Weblocks-Todomvc

Putting the new Weblock’s quickstart http://40ants.com/weblocks/quickstart.html in its own project.

An interactive TODO-MVC built with Weblock’s components, without a line of Javascript.

Installation

Clone Weblocks from https://github.com/40ants/weblocks/, “reblock” branch, and this repo in ~/quicklisp/local-projects/ .

Usage

You can build a self-contained executable:

make build

and run it with ./weblocks-todomvc.

Or in your development environment, load the .asd file (C-c C-k in Emacs’ Slime), quickload weblocks-todomvc and its dependencies:

(ql:quickload       :weblocks-todomvc) ;; or (asdf:make :weblocks-todomvc)

optionally do (in-package :weblocks-todomvc),

start the app with (weblocks-todomvc:start-app) and access it through localhost:4000/todomvc.

Run as a Desktop app with Ceramic (in progress)

This launches a desktop window with our app:

(weblocks-todomvc.desktop:start-dev-app)

You may need to download Ceramic’s dependencies (i.e., Electron) with

(ceramic:start)

Resources

Lisp ?!

Notes for the web: https://lisp-journey.gitlab.io/web-dev/

About

A dynamic todo-mvc example with Weblock's components, without a line of Javascript. Experiments that go in the tutorial.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published