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

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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