WebFund 2024F: Tutorial 9

From Soma-notes
Revision as of 14:40, 22 November 2024 by Soma (talk | contribs)

This tutorial is not yet finalized.

In this tutorial you will be playing with freshdemo, the demo application of Deno's Fresh framework. Note that you do not need to download the code here, just follow the steps below.

Getting Started

Run the following command: deno run -A -r https://fresh.deno.dev. Name your project "freshdemo" and say yes to using Tailwind (option 1). If you use VSCode, also say yes to that.

You should now have a "freshdemo" directory. Change into that directory (cd freshdemo) and then try running the server by typing deno task start. The server should start.

  • If the server did not start, change to a different directory and download and extract freshdemo, as you have in previous tutorials. It should also be started with deno task start.

Tasks

  1. Edit deno.json so that you can run the app with the command deno task go.