Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/astro-deno-starter
đīš đĻ
https://github.com/reggi/astro-deno-starter
Last synced: about 2 months ago
JSON representation
đīš đĻ
- Host: GitHub
- URL: https://github.com/reggi/astro-deno-starter
- Owner: reggi
- Created: 2022-08-27T02:41:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T05:40:05.000Z (over 2 years ago)
- Last Synced: 2024-10-05T10:46:15.787Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 200 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-astro - Astro Deno Starter
README
# astro-deno-starter
This is a astro + deno starter kit that it's a little bit better then the one provided.
This differs in a couple of ways:
1. You're executing your own server here, and have access to the full request
2. All the astro files / npm stuff is tucked away in `astro`
3. The `pages` have been hoisted out of the astro directory
3. Includes `deno.json` scripts
4. `deno task dev` boots up both `astro dev` and `deno` server with file watching
5. Changes `.gitignore` to includes astro-dist files in the source repo so deno can use them
6. `deno task yarn` installs astro npm dependencies
7. `deno task build` builds astro
8. `deno task start` starts for production