Skip to content

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

Notifications You must be signed in to change notification settings

potahtml/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9c6d16 · Dec 26, 2024

History

25 Commits
Sep 10, 2024
Dec 25, 2024
Dec 25, 2024
Dec 25, 2024
Dec 26, 2024
Nov 1, 2023
Sep 16, 2024
Dec 25, 2024

Repository files navigation

pota templates

Compiler-less HTML

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

Rollup JavaScript (recommended)

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

Vite JavaScript

for vite

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

Vite TypeScript

for vite

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

Contributing

Feel free to send a pull request with a new template

See also