Nav menu created in vanilla JavaScript and ES5
This assumes you are using npm as your package manager.
- Node 6.13.0
From within the root directory:
npm install
npm start
To start the server run
node server.js
To see the navigation bar in action, use a browser and visit:
http://localhost:3000