/SPA-vanillajs-nodejshttp

Single HTML page+ CSS 2+vanilla ES5+ Vanilla Node.js http server app

Primary LanguageHTML

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