This is an attempt to build a very simple, but working application in plain javascript and node http server.
-
Not a single line of external source frameworks/libraries
-
Anything is allowed as long as it's in a standard and it works on different browsers and is responsive.
-
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