Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/potahtml/templates

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

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# pota templates

### Compiler-less HTML

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

### Rollup JavaScript (recommended)

```bash
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](https://vitejs.dev/)

```bash
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](https://vitejs.dev/)

```bash
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

- https://pota.quack.uy/
- https://github.com/potahtml/
- https://github.com/potahtml/pota
- https://github.com/potahtml/templates
- https://www.npmjs.com/package/pota