Switched to HTML5-style routing Reworked Express backend to accommodate HTML5-style routing Links are now highlighted with a black background and white foreground Reworked spacing on H1s Added classes to nav buttons
WebDev-Assignment-2
Install
Note: You need to have node js installed, just use the latest 'Current' version found here
- Install node js if you haven’t already per above note
- Download and extract the provided web_dev zip to a suitable location.
- Navigate using command line into the extracted directory e.g.
cd webdev-assignment-2 - Install dependencies via:
npm install. This only needs to be done the first time the folder is initialized - Start the server with:
npm start
Developers
Nodemon is installed as a dev dependency to save time when modifying server.js. It will automatically restart the server should any files change. You can start it by calling: npm run dev.
Description
Languages
JavaScript
43.6%
CSS
28.3%
HTML
28.1%