https://github.com/yogthos/squint-jotai-example
https://github.com/yogthos/squint-jotai-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogthos/squint-jotai-example
- Owner: yogthos
- Created: 2024-10-16T18:01:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T20:36:19.000Z (11 months ago)
- Last Synced: 2025-05-05T20:12:34.566Z (8 months ago)
- Language: Clojure
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Game-of-life example
- Install dependencies:
npm install
- Run `npx squint watch` to start compiling `.cljs` -> `.js`
- Run `npx vite --config=vite.config.mjs public` to start a webserver and to hot-reload your project!
- Run `npx run dev` to start both
## Production
To build your production website:
npx vite build