https://github.com/swz-git/esformatter
Lightning fast javascript online formatting tool
https://github.com/swz-git/esformatter
Last synced: about 1 year ago
JSON representation
Lightning fast javascript online formatting tool
- Host: GitHub
- URL: https://github.com/swz-git/esformatter
- Owner: swz-git
- License: mit
- Created: 2021-12-21T23:24:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T13:09:22.000Z (over 4 years ago)
- Last Synced: 2025-02-17T12:15:53.117Z (over 1 year ago)
- Language: Svelte
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esformatter
A web app made with [Svelte](https://svelte.dev/) and [esbuild](https://esbuild.github.io/).
## Development
```bash
yarn dev
```
Open your browser to
## Build for production
```bash
yarn build
```
Deploy the `public/` directory.