Fix syntax and add more info to readme
This commit is contained in:
parent
d512f87776
commit
569d21ee9b
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -56,7 +56,8 @@ node run ./test-server/node-http.js
|
|||
|
||||
The web server will be running at `http://localhost:5000`
|
||||
|
||||
Configure the file `.env.development` with the url
|
||||
Copy `.env.development` to the file `.env.development.local`
|
||||
and change the url to whatever you want to use.
|
||||
|
||||
## With bun.sh
|
||||
|
||||
|
@ -70,7 +71,8 @@ bun run http.js
|
|||
|
||||
The web server will be running at `http://localhost:5000`
|
||||
|
||||
Configure the file `.env.development` with the url
|
||||
Copy `.env.development` to the file `.env.development.local`
|
||||
and change the url to whatever you want to use.
|
||||
|
||||
# Recommanded tools
|
||||
|
||||
|
@ -79,7 +81,7 @@ Configure the file `.env.development` with the url
|
|||
- [vscode-tailwindcss](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
|
||||
- [vscode-eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
|
||||
|
||||
# Setup debuggin with chrome
|
||||
# Setup debugging with chrome
|
||||
|
||||
Inside `.vscode/settings.json`, set the following :
|
||||
|
||||
|
@ -101,4 +103,4 @@ Inside `.vscode/settings.json`, set the following :
|
|||
}
|
||||
```
|
||||
|
||||
Change the `url` to the dev server url. Set the `runtimeExecutable` to you favorite chromium browser.
|
||||
Change the `url` to the dev server url. Set the `runtimeExecutable` to your favorite chromium browser.
|
Loading…
Add table
Add a link
Reference in a new issue