Skip to content

Commit

Permalink
update blog post.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed May 18, 2024
1 parent 5ed5dad commit 2711f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posts/2024-05-17-simple_ts_framework.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ Add these scripts to `package.json`:

To test everything is working, run `npm run start` in one bash tab, and `npm run watch` in another bash tab.

Then you can view the app at http://localhost:3000 and ensure that you view the sentence "Added by TypeScript!".

Change `lib.ts` to something else, for example `document.body.innerHTML += "<p>Pirates!</p>"` and refresh to browser to see that the changes have taken effect.

If it's not working, review the previous steps to get it working before proceeding.
Expand Down

0 comments on commit 2711f3e

Please sign in to comment.