Skip to content

tcode-dev/makeSql

Repository files navigation

makesql

https://makesql.tcode.dev

Demo

makesql tcode dev s3-website-ap-southeast-2 amazonaws com_

Project Setup

docker run --rm -it -v $(pwd):/app -w /app node:20.0.0-slim npm install

Compile and Hot-Reload for Development

docker run --rm -it -p 80:80 -v $(pwd):/app -w /app node:20.0.0-slim npm run dev

Type-Check, Compile and Minify for Production

docker run --rm -it -v $(pwd):/app -w /app node:20.0.0-slim npm run build

Lint with ESLint

docker run --rm -it -v $(pwd):/app -w /app node:20.0.0-slim npm run lint

Format

docker run --rm -it -v $(pwd):/app -w /app node:20.0.0-slim npm run format

About

ブラウザ上でSQLを作成

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published