This simple repository was made for TypeScript beginners. Clone it and experiment with the code as much as you like! 👍
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.
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 .
- Official documentation
- Official GitHub repository
- NPM package
- TypeScript tutorial with VS Code
- TypeScript playground
- StackOverflow: Questions tagged "TypeScript"
- GitHub Gist: code snippets
- @ez.javascript on Instagram
© 2020 @ez.javascript