Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dhaiwat10/ts-sandbox

An extremely simple TypeScript sandbox. Runs & executes completely in the browser.
https://github.com/dhaiwat10/ts-sandbox

Last synced: 9 days ago
JSON representation

An extremely simple TypeScript sandbox. Runs & executes completely in the browser.

Awesome Lists containing this project

README

        

# TS Sandbox

An extremely simple TypeScript sandbox. Runs & executes completely in the browser.

Deployed at [ts-sandbox.vercel.app](https://ts-sandbox.vercel.app)

## Local setup

To start a local development server:
```shell
$ yarn
$ yarn dev
```

To build the app for production & serve it:
```shell
$ yarn build
$ yarn start
```

## To-dos

- [ ] Make the sandbox more secure
- [ ] Make the sandbox more configurable
- [ ] Add type-checking
- [ ] Create a PoC for SWC / Wasm