Skip to content

ez-javascript/typescript-first-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript - Your first project ⚙️

This simple repository was made for TypeScript beginners. Clone it and experiment with the code as much as you like! 👍

Table of contents

About

This repository is intended for JavaScript developers who are new to TypeScript. It features a single source file but can be easily be built upon.

Installation

Here's a quick guide on how to clone and use this TypeScript project.

  • Clone project
    $ git clone https://github.com/ez-javascript/typescript-first-project
    
  • Install all required packages
    $ npm install
    
  • Compile TypeScript
    $ npm run build
    
  • Run compiled JavaScript
    $ node .
    

Links and resources

License

License: MIT

© 2020 @ez.javascript

About

This is your first TypeScript project!

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •