/templates

templates for rollup, build-less, and vite https://pota.quack.uy/

Primary LanguageJavaScript

pota templates

Compiler-less

npx degit potahtml/templates/html pota-project
cd pota-project
echo "double click index.html"

Rollup

npx degit potahtml/templates/rollup pota-project
cd pota-project
npm install --include=dev
npm run dev
npm run serve

JavaScript

for vite

npx degit potahtml/templates/js pota-project
cd pota-project
npm install --include=dev
npm run dev

TypeScript

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

Contributing

Feel free to send a pull request with a new template

See also