JavaScript routing without framework code example
Example: one-page web app that requires simple style work. using html, css,javascript and jquery
touch .env .gitignore README.md server.js
mkdir public lib
mkdir public/js
touch public/index.html
touch public/js/app.js