Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
60 lines (43 loc) · 1.35 KB

readme.md

File metadata and controls

60 lines (43 loc) · 1.35 KB

FEWD

Web

What it is?

React app hosted in Netlify with the content slides for Front-end Web Development for General Assembly London 🇬🇧

How to run locally

yarn workspace web start

Content

Slides

Slides are written in remark markdown syntax, you can check more about the syntax here

Slides are stored inside the public folder (./public/slides)

Homeworks

All homeworks are stored in the homework package

Each homework has a main folder with the following structure

homework-name
|
|- readme.md
|- starter-code
    |-index.html
    |-styles
    |-scripts
    |-readme.md
|- solution-code
    |-index.html
    |-styles
    |-scripts
    |-readme.md
starter-code.zip
solution-code.zip

The idea behind it, is to have in the same repo a reference for the homework with a link to download a zip

Labs

All labs are stored in the labs package