Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telamon/pico-template
Picostack project template that uses svelte
https://github.com/telamon/pico-template
Last synced: about 1 month ago
JSON representation
Picostack project template that uses svelte
- Host: GitHub
- URL: https://github.com/telamon/pico-template
- Owner: telamon
- License: other
- Created: 2022-05-16T23:49:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T23:32:22.000Z (over 2 years ago)
- Last Synced: 2024-10-29T01:27:30.494Z (about 2 months ago)
- Language: JavaScript
- Size: 436 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[`pure | 📦`](https://github.com/telamon/create-pure)
[`code style | standard`](https://standardjs.com/)# pico-template
This is a [pico-stack](https://github.com/telamon/picostack) project template
containing a minimal 'todo'-app using svelte
as template engine.(You can hack it to use any other framework/template engine if you want, svelte was just what i had lying around.)
[DEMO](https://pico-todo.surge.sh/)
## Getting started
Create your project if you already haven't
```bash
npx degit telamon/pico-template my-project
```Then start the local dev-server
```bash
yarn
yarn dev
```and navigate to [https://localhost:5000](https://localhost:5000)
Other included scripts:
```bash
yarn dev # Starts local dev-server
yarn test # Blockend dev: runs unit tests
yarn debug # Blockend dev: debugs unit tests
yarn build # Builds production webapp
yarn sinal # Starts a local swarm singaling server
yarn surge # Publishes your app to surge.sh
```## Donations
```ad
| __ \ Help Wanted! | | | | | |
| | | | ___ ___ ___ _ __ | |_| | __ _| |__ ___ ___ ___
| | | |/ _ \/ __/ _ \ '_ \| __| | / _` | '_ \/ __| / __|/ _ \
| |__| | __/ (_| __/ | | | |_| |___| (_| | |_) \__ \_\__ \ __/
|_____/ \___|\___\___|_| |_|\__|______\__,_|_.__/|___(_)___/\___|If you're reading this it means that the docs are missing or in a bad state.
Writing and maintaining friendly and useful documentation takes
effort and time.__How_to_Help____________________________________.
| |
| - Open an issue if you have questions! |
| - Star this repo if you found it interesting |
| - Fork off & help document <3 |
| - Say Hi! :) https://discord.gg/8RMRUPZ9RS |
|.________________________________________________|
```## License
[AGPL-3.0-or-later](./LICENSE)
2022 🄯 Tony Ivanov