strona-czynna/README.md
2021-01-10 20:21:10 +01:00

14 lines
218 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 build:front
npm run build:back
npm start
```