Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 552 Bytes

Readme.md

File metadata and controls

17 lines (11 loc) · 552 Bytes

Web application example in vanilla javascript

This is an attempt to build a very simple, but working application in plain javascript and node http server.

Rules

  1. Not a single line of external source frameworks/libraries

  2. Anything is allowed as long as it's in a standard and it works on different browsers and is responsive.

  3. Server.js for http server code, public folder for html, js, css files

for localhost hosting

git clone https://github.com/SooryaSoorya/SPA-vanillajs-nodejshttp.git
npm start
open http://localhost:8080