https://github.com/mukhammadali/spa-vanilla-js
https://github.com/mukhammadali/spa-vanilla-js
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukhammadali/spa-vanilla-js
- Owner: Mukhammadali
- Created: 2023-01-17T16:49:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T16:52:18.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:17:58.770Z (over 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# single-page-app-vanilla-js
Taken from my YouTube Tutorial:
https://www.youtube.com/watch?v=6BozpmSjk-Y
### A Quick Test-Drive
To give the completed code a quick test-drive:
1. Install Node.js
2. Navigate to the project folder and run the following from a terminal:
- `npm init -y` (to create a Node.js project)
- `npm i express` (to install Express)
- `node server.js` (to run the server)
3. Open `localhost` in a web browser, using the port specified in `server.js` e.g. http://localhost:3000/
> Refer to the **YouTube Tutorial** for step-by-step instructions to create the code. Enjoy! :)