tater-taste

v1.0.4
Tater - TypeScript Abstract Syntax Tree Explorer

ast

npx ts-node ast client/src/App

build

rm -rf dist && npx tsc

build:client

yarn copy:public && esbuild ./client/src/App.tsx --bundle --minify --outfile=./server/public/index.js --target=chrome58,firefox57,safari11,edge18

copy:public

mkdir -p ./server/public && cp ./client/public/index.html ./server/public/index.html && cp -r ./client/public/. ./server/public

start

yarn copy:public && yarn build:client && nodemon server

watch

esbuild ./client/src/App.tsx --bundle --watch --outfile=./server/public/index.js --target=chrome58,firefox57,safari11,edge18

Metadata

  • ISC
  • Whatever
  • Taylor
  • released 1/14/2022

Downloads

Maintainers