An open API service indexing awesome lists of open source software.

https://github.com/mukhammadali/spa-vanilla-js


https://github.com/mukhammadali/spa-vanilla-js

Last synced: 9 months ago
JSON representation

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! :)