An open API service indexing awesome lists of open source software.

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

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.