Deploying a site involves understanding a little more about Clients & Servers, Hosting Providers, Domain Names, Transferring the Sites Files, HTTP and Absolute & Relative Paths
Harp.js and Surge.sh are the two services we will use to server the page locally, and also to deploy it to a public web server.
A review of the the evolution of a web site from simple unstyled pages to a reasonable simple but appealing layout.
The EJS template system implements mechanisms for assembling sites from templates - which are called 'partials' in EJS. Additionally, there is a complimentary 'layout' mechanism for reusing entire page structures.
Our final tour of the Semantic-UI library - with a focus on icons, variations in segments and responsive grids
Place javascript in its proper context, and explore its relationship to the browser.
Structure of a web app: Front-end Vs Backend. Routers, Models, Views, Controllers
The backend will use a modular approach, relying on specific mechanism to import/export shared objects
Revise the Dashboard to render playlist without their contents. Use a new playlist view renders individual playlists
The Playlist are ultimately stored in a JSON file. This file is managed by database modules.