Skip to content

sakata1222/sql-formatter-gui

Repository files navigation

SQL formatter GUI

docker-build docker-pulls docker-pulls

image

Hosted on github.io

How to run

docker run --rm -p <your-port>:5000 sakata1222/sql-formatter

Access to http://<your-host>:<your-port>

Build by yourself

Container

build a image

make

run as a container

docker run --rm -p <your-port>:5000 sql-formatter

Production mode

yarn start

If you have already built the sources, you can start the service as follows:

yarn serve

Development mode

yarn start:dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published