Static React App

Loading "Static React App"
πŸ‘¨β€πŸ’Ό We've got an app all ready to go, we just need things wired up so the hono.js app serves our static assets properly as well as our endpoint for data.
You'll find the database in and the db client in .
Your job here is to get the hono.js app to serve the static assets and serve the ship data from the database. Do this in .
Then fix our importmap in so the browser knows how to resolve imports for our dependencies and add a script tag to load our from the hono.js server via /ui/index.js.
πŸ’° I'm going to be extremely hand-holdy on this one because this is really just a warm up for you to get to know the codebase a bit. We'll get to the React Server Components stuff next.

Please set the playground first

Loading "Static React App"
Loading "Static React App"