Giter Site home page Giter Site logo

covuworie / typescript-dom-crash-course Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 267 KB

Typescript DOM Crash Course

License: MIT License

HTML 22.54% TypeScript 77.46%
typescript javascript html html5 dom dom-manipulation dom-events dom-api dom-tree dom-traversal

typescript-dom-crash-course's Introduction

typescript-dom-crash-course

A Typescript Document Object Model (DOM) Crash Course

The code in this repository is based on the following four part video tutorial which goes through a Javascript DOM Crash Course. The only difference is here I decide to follow through using typescript instead.

Running the code

Each individual part is treated as a separate node project. To execute the code in the src directory do the following:

  1. Navigate to the root-level folder of a part containing a package.json file.
  2. Run npm install to install the development dependencies. There are only two: the typescript compiler and lite-server. Both will be installed locally when you execute this command.
  3. From a terminal either run npx tsc -w or node_modules/.bin/tsc -w to automatically watch for and compile changes in multiple typescript files in the project.
  4. From a separate terminal run npx lite-server or npm run dev to launch the development server in your browser.

typescript-dom-crash-course's People

Contributors

covuworie avatar

Watchers

 avatar  avatar

Forkers

krishnamurtyp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.