Skip to content

SofthouseVxo/Education

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Softhouse Educational Resources

Links to Courses

Overview

  • code
    • example code for each course
  • courses
    • course
      • lectures
      • exercises
      • exams
      • assignments
      • codealongs

Available courses

  • HTML & CSS
  • UX
  • JavaScript
  • Android Development(in progress)
  • Angular
  • React
  • Backend APIs

Running slides

  1. you need to have Node.js installed.

  2. clone this repository

  3. cd into repo

  4. $ npm install

  5. To present a slides from a lecture the run (in root).

$ node present.js --type=<lecture-type> --lecture=<lecture-number>

example

$ node present.js --type=angular --lecture=4

Generating mdx files from markdown files

  1. you need to have Node.js installed.

  2. clone this repository

  3. cd into repo

  4. $ npm install

  5. generate mdx files

$ node generate.js --type=<lecture-type>

example

$ node present.js --type=android-dev
  • For now it is only possible to use the width attribute for images in markdown.
  • example: width="400" will be transformed into style={{width: 400}} and will work with mdx.
types
  • html-css
  • ux
  • general
  • javascript
  • android-dev
  • angular
  • react
  • backend-api

Copyright Softhouse Consulting AB 2020 Ⓒ