Skip to content

Commit

Permalink
[raw-html] Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroomes committed Jan 13, 2024
1 parent 9c5f149 commit 882c24d
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 382 deletions.
8 changes: 5 additions & 3 deletions raw-html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ I posted this code as an [answer to a StackOverflow question](https://stackoverf

Follow these instructions to build and serve the program:

1. Install the dependencies
1. Pre-requisite: Node.js
* I used version 20.11.0
2. Install the dependencies
* ```shell
npm install
```
2. Serve the content (and build continuously)
3. Serve the content (and build continuously)
* ```shell
npm start
```
3. Open the browser
4. Open the browser
* Open <http://[::1]:8000>
* Verify the UI and iterate!

Expand Down
Loading

0 comments on commit 882c24d

Please sign in to comment.