https://github.com/srid/idris-js-template
Idris template for JavaScript projects
https://github.com/srid/idris-js-template
Last synced: about 1 year ago
JSON representation
Idris template for JavaScript projects
- Host: GitHub
- URL: https://github.com/srid/idris-js-template
- Owner: srid
- Created: 2021-12-23T02:20:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T19:32:53.000Z (over 4 years ago)
- Last Synced: 2025-02-09T21:31:51.254Z (over 1 year ago)
- Language: Nix
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nix project template for Idris2 JavaScript projects
Acquire Idris; [disregard](https://idris2.readthedocs.io/en/latest/backends/javascript.html) JavaScript.
Run dev server,
```sh
bin/run # Or Ctrl+Shift+B in VSCode
```
This starts a compilation watch (that recompiles JS on source change), and runs the live-server on the resulting assets. You get a live reloading page on the browser as result, which updates as the Idris source changes.