Go to file
Kuba Orlik f0b01f1974 Better webpack config
assets Initial commit
public Better webpack config
src Better webpack config
.arcconfig Initial commit
.arclint Initial commit
.eslintrc.js Update eslint
.gitignore Working webpack config
.prettierrc Initial commit
README.md README formatting
docker-compose.yml Initial commit
package-lock.json Better webpack config
package.json Better webpack config
test.Dockerfile Initial commit
webpack.config.js Better webpack config

README.md

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