Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 548 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 548 Bytes

Introduction

This is a simple repo with Typescript + Parcel + React + ReactDOM

credits

  • uConnect

installation

  • clone
  • cd into directory
  • command: yarn
  • command to start: yarn start

Lecture Notes:

Rules

  • Whenever you write <html> or <ReactCOmponent />
    • use .tsx extension.
    • import * as React from 'react'

assignment

  • Create a complex website layout
    • create Footer.tsx
    • create Header.tsx
    • create Sidebar.tsx
    • Import all those in the App.tsx
    • Combine all components.