Skip to content

bobbyhadz/typescript-document-getelementbyid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

The HTML code is in the index.html file.

The TypeScript code is in the src/index.ts file.

To be able to run the code, follow these instructions:

  1. Clone the GitHub repository with the git clone command.
  2. Open your terminal in the project's root directory (right next to package.json).
  3. Install the node modules.
npm install
  1. To run the code, issue the npm start command.
npm start

If you just want to build the project, issue the npm run build command.

npm run build

The command will output your JavaScript files into the dist directory.

About

A repository for an article at https://bobbyhadz.com/blog/typescript-document-getelementbyid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published