Skip to content

A simple Parcel + Typescript (For internal training)

Notifications You must be signed in to change notification settings

HadiHussayn/parcel-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Parcel + Typescript (For internal training)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.1%
  • CSS 7.3%
  • HTML 4.6%