From f350db196bcab490b8a6b67f9536f0b9b7322073 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Mon, 10 Jul 2023 23:11:32 +0100 Subject: =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Replace=20React=20with=20diffhtml?= =?UTF-8?q?=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :wrench: Remove react dependency, add vite for running examples. * :heavy_plus_sign: Update stdlib version to 0.29 * :fire: Remove old examples. * :sparkles: Vendor diffhtml and update runtime ffi code to replace react. * :recycle: Refactor all the things now react is gone. * :memo: Remove references to react in the readme. * :sparkles: Create a simple counter example. --- example/README.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 example/README.md (limited to 'example/README.md') diff --git a/example/README.md b/example/README.md deleted file mode 100644 index 014e017..0000000 --- a/example/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# lustre_counter - -This is an example Lustre project. It uses [watchexec](https://github.com/watchexec/watchexec) to rebuild the Gleam project on save. - -## Quick start - -Initial setup: -```sh -npm install -gleam build -``` - -Run dev server on `localhost:3000`: -```sh -make dev -``` - -Make a production build under `dist` folder: -```sh -make -``` -- cgit v1.2.3