Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/potahtml/templates
- Owner: potahtml
- Created: 2023-11-01T19:03:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-08T10:22:34.000Z (10 months ago)
- Last Synced: 2024-03-08T11:34:29.020Z (10 months ago)
- Language: JavaScript
- Homepage: https://pota.quack.uy/
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
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