npm install
npm run dev
- Open
http://localhost:3000
in your browser - Update
page.tsx
to change the background color - See the HTML update but the CSS does not, resulting in a white background.
- Edit the comment in
global.css
to trigger a CSS update. - See that the CSS updates and the background color changes.