epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.

Home Page:https://epicweb.dev/workshops/full-stack-foundations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code in currently viewed exercise does not update

tearingItUp786 opened this issue · comments

Description

The current exercise fails to update upon saving files. If I am viewing lesson 1.2 for example, and I update the root.tsx for the exercise to say Hello world!!, I have to utilize the dropdown and switch to an exercise and then back to the one I'm working on in the right pane for my changes to be applied.

CleanShot 2023-10-12 at 09 33 41@2x

Loom video

Le Loom for context

Ah, the reason is you're changing code in the exercises directory. You should be working in the playground directory only.

I'm going to be making a video showing how to use the workshop app today, but this is described briefly in: https://www.epicweb.dev/get-started

Thanks!