Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 612 Bytes

readme.md

File metadata and controls

37 lines (21 loc) · 612 Bytes

Rapid Frontend Boilerplate

Welcome to YouGo! This simple boilerplate is meant to be a quick setup for you to begin writing HTML, CSS and JS right away!

Here's a breakdown of the folder structure and the different parts we've created for you


 -> Pages
 -> Scripts
 -> Styles


  • The Pages folder is where our html pages will be
  • The Scripts folder contains Javascript files which will be linked to our HTML
  • The Styles folder contains our CSS files

Technologies

HTML
CSS
JavaScript

Pre-requisites

Download VsCode Install node (npm) Install LiveShare Extension