npx degit potahtml/templates/html pota-html-project
cd pota-html-project
echo "double click index.html"npx degit potahtml/templates/rollup-js pota-rollup-js-project
cd pota-rollup-js-project
npm install --include=dev
npm run dev
npm run servefor vite
npx degit potahtml/templates/vite-js pota-vite-js-project
cd pota-vite-js-project
npm install --include=dev
npm run devfor vite with TypeScript
npx degit potahtml/templates/vite-ts pota-vite-ts-project
cd pota-vite-ts-project
npm install --include=dev
npm run devFeel free to send a pull request with a new template
