Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dhaiwat10/ts-sandbox
- Owner: Dhaiwat10
- Created: 2021-09-25T11:56:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T02:33:00.000Z (about 3 years ago)
- Last Synced: 2024-10-05T07:40:59.488Z (3 months ago)
- Language: JavaScript
- Homepage: https://ts-sandbox.vercel.app
- Size: 259 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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