npx degit potahtml/templates/html pota-project
cd pota-project
echo "double click index.html"
npx degit potahtml/templates/rollup pota-project
cd pota-project
npm install --include=dev
npm run dev
npm run serve
for vite
npx degit potahtml/templates/js pota-project
cd pota-project
npm install --include=dev
npm run dev
for vite
Note: please note this template may need some tweak, contributions welcome!
npx degit potahtml/templates/ts pota-project
cd pota-project
npm install --include=dev
npm run dev
Feel free to send a pull request with a new template