|
|
|
@ -48,7 +48,7 @@ We're going to need three total files: **index.html**, **script.js** and **style
|
|
|
|
|
mkdir typing-game && cd typing-game
|
|
|
|
|
|
|
|
|
|
# Windows
|
|
|
|
|
md typing-game && cd typing game
|
|
|
|
|
md typing-game && cd typing-game
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- Open Visual Studio Code
|
|
|
|
@ -103,7 +103,7 @@ It's always best to develop iteratively to see how things look. Let's launch our
|
|
|
|
|
- Install [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) by following the link and clicking **Install**
|
|
|
|
|
- You will be prompted by the browser to open Visual Studio Code, and then by Visual Studio Code to perform the installation
|
|
|
|
|
- Restart Visual Studio Code if prompted
|
|
|
|
|
- Once installed, in Visual Studio Code, click Ctl-Shift-P (or Cmd-Shift-P) to open the command pallate
|
|
|
|
|
- Once installed, in Visual Studio Code, click Ctrl-Shift-P (or Cmd-Shift-P) to open the command pallate
|
|
|
|
|
- Type **Live Server: Open with Live Server**
|
|
|
|
|
- Live Server will start hosting your application
|
|
|
|
|
- Open a browser and navigate to **https://localhost:5500**
|
|
|
|
|