Zero config transpile Javascript and Typescript on the fly with super performant esbuild tool
Run npx terminal-playground
and choose a file or directory and starting save TS or JS files.
npx terminal-playground
npm install -g terminal-playground
npm install --save-dev terminal-playground
./node_modules/.bin/terminal-playground
# package.json
# ...
# "scripts": {
# "playground": "terminal-playground"
# ...
# }
I was inspired by hopa would be a zero conf runner for javascript and typescript.