Explore a web site that embodies many of the techniques we have explored so far. In the lab the web is evolved from unstyled content to a reasonably elegant and clean design - using semantic html element where appropriate.
Install software tools to serve a web site locally and also to deploy the web site to a public web server.
Rebuild the IoT web site from thee last lab using templating. This version of the site will aim to significantly reduce the content the author has to manage by reusing 'templates' containing common sections.
Rework the tabbed navigation site from lab 04 to use EJS template
Rebuild the iot web site using semantic-ui
Continue to enhance the IoT web site with additional Semantic-UI styles & Components
Create, modify and view your first Gomix project.
Background & Tools, Variables & Boolean Logic
Import and run a new starter project. Extend this project to include multiple 'views'. Explore the handlebars templating library.
Refactor the dashboard controller to show summary on of the playlists + link to show playlist details.
Enable Songs and Playlists to be added via simple forms.