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

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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