You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kuba Orlik 957ac0f133 Update eslint 4 years ago
assets Initial commit 4 years ago
public Add hotwire front-end example 4 years ago
src Add hotwire front-end example 4 years ago
.arcconfig Initial commit 4 years ago
.arclint Initial commit 4 years ago
.eslintrc.js Update eslint 4 years ago
.gitignore Working webpack config 4 years ago
.prettierrc Initial commit 4 years ago
README.md README formatting 4 years ago
docker-compose.yml Initial commit 4 years ago
package-lock.json Add hotwire front-end example 4 years ago
package.json Add hotwire front-end example 4 years ago
test.Dockerfile Initial commit 4 years ago
webpack.config.js Add hotwire front-end example 4 years ago

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