12 lines
183 B
Markdown
12 lines
183 B
Markdown
# Sealious playground - hotwire version
|
|
|
|
A simple todo app written in Sealious with a Hotwire-enhanced, server-side
|
|
rendered front-end.
|
|
|
|
## Running
|
|
|
|
```
|
|
npm install
|
|
npm run watch
|
|
```
|