Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 2.03 KB

STANDARDS.md

File metadata and controls

60 lines (54 loc) · 2.03 KB

This readme will contain information on how the book's final formate should be structured.

Overview

. ├── readme.md ├── 00-DRAFT-Content (Subject to change) ├── 0-documentation │ ├── about this repo ├── 0-student_files │ ├── where readers / students should create their code. ├── 01-Reteaching-JavaScript/ │ ├── 01-History-of-JS/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ │ ├── 02-Terminal-NVM/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ │ ├── 03-logging-datatypes/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ │ ├── 04-client-vs-server/ │ │ └── readme.md - subsection │ │ └── code/ │ │ └── imgs/ │ │ └── slides/ ├── .gitpod.Dockerfile ├── .gitpod.yml ├── .github/ │ ├── FUNDING.yml └── LICENSE

Sections

Each section should be focused on 1 or two topics at most and look something like the following: