Add index.html with Stimulus hello controller
This commit is contained in:
parent
b280d54f77
commit
d379fdb73d
9 changed files with 524 additions and 0 deletions
8
justfile
Normal file
8
justfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
_default:
|
||||
just --list
|
||||
|
||||
build:
|
||||
node assets/esbuild.config.mjs
|
||||
|
||||
serve:
|
||||
simple-http-server public --index
|
Loading…
Add table
Add a link
Reference in a new issue