TypeScript Beginner Tutorial 3 | 1st Program | Hello World
All FREE courses -
1st TypeScript Program
Step 1 - Create a new folder and open in VS Code
Step 2 - In the folder create a new file
Step 3 - Write code
let name = ‘Raghav’
(name)
Step 4 - Open VS Code terminal - Ctrl `
Step 5 - Compile with command
tsc
Step 6 - Check JavaScript file created
Step 7 - Run JavaScript file node
Step 8 - Add export at top of
Step 9 - To compile ts file on every change tsc basic —watch
Commands we learned today
tsc - to compile typescript code
node - to run compiled javascript code
tsc basic —watch - to compile ts file on every change
#TypeScriptBeginnerTutorials
Stories by Raghav -
My Udemy Courses - https: ...
#RaghavPal #first_typescript_program #first_typescript_project #how_to_create_typescript_project #typescript_hello_world_program #typescript_masterclass #typescript_by_raghav_pal #typescript_for_complete_beginners #learn_typescript_step_by_step
20211014
LrxUqn5f68Y
39 views
947
284
4 months ago 00:12:44 1
Welcome to Building an Online TicTacToe Game with SignalR and React | Introduction .Net 8.0