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 95de4e7477 Parametrize port and base_url 4 years ago
assets Initial commit 4 years ago
public Better webpack config 4 years ago
src Parametrize port and base_url 4 years ago
.arcconfig Initial commit 4 years ago
.arclint Linter to consider ts and scss files as well 4 years ago
.eslintrc.js Add typescript compilation errors to eslint 4 years ago
.gitignore Working webpack config 4 years ago
.prettierrc Initial commit 4 years ago
README.md Parametrize port and base_url 4 years ago
docker-compose.yml Initial commit 4 years ago
nodemon.json Automatyczne killowanie portu przy nodemonowym restarcie 4 years ago
package-lock.json Add typescript compilation errors to eslint 4 years ago
package.json Parametrize port and base_url 4 years ago
test.Dockerfile Initial commit 4 years ago
webpack.config.js Better webpack config 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 watch

Running on a custom port

export SEALIOUS_PORT=8888
export SEALIOUS_BASE_URL="https://888.dep.sealcode.org"
npm run watch