/astro-deno-starter

🚀﹠🦕

Primary LanguageTypeScript

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
  4. Includes deno.json scripts
  5. deno task dev boots up both astro dev and deno server with file watching
  6. Changes .gitignore to includes astro-dist files in the source repo so deno can use them
  7. deno task yarn installs astro npm dependencies
  8. deno task build builds astro
  9. deno task start starts for production