Giter VIP home page Giter VIP logo

starting-with-typescript-exercise's Introduction

starting-with-typescript-template

The template repository for the starting-with-typescript course on Learning Lab.

starting-with-typescript-exercise's People

Contributors

michael-spengler avatar

Watchers

 avatar

starting-with-typescript-exercise's Issues

Enjoy Transpiling and Playing Around

Generate the JavaScript File by Transpiling the TypeScript File

First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.

  1. Open VS Code Insiders
  2. Open the folder which contains your cloned repository
  3. Open the built in terminal
  4. Enter tsc greeter.ts
  5. Check that the corresponding js file is created
  6. Open the html file from your browser of choice
  7. Play around with the content of greeter.ts

If you got stuck in this step please reach out to a friend or to the author of this course.

Enjoy installing VS Code Insiders

Install NodeJS

First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.

You can download and install Git from this link: https://nodejs.org/.

This will automatically also install the Node Package Manager (NPM).

After the installation check whether the installation was successful. You can do this by:

  1. checking the node version by entering node -v in a terminal / console / git bash
  2. checking the npm version by entering npm -v

If you got stuck in this step please reach out to a friend or to the author of this course.

Enjoy cloning the repository to your local machine

Clone Repository

First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.

In your terminal / console / git bash navigate to your Desktop folder

Enter the following statement in your terminal / console / git bash:

git clone https://github.com/yourGitHubUser/starting-with-typescript.git

If you got stuck in this step please reach out to a friend or to the author of this course.

Enjoy installing NodeJS

Install NodeJS

First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.

You can download and install Git from this link: https://nodejs.org/.

This will automatically also install the Node Package Manager (NPM).

After the installation check whether the installation was successful. You can do this by:

  1. checking the node version by entering node -v in a terminal / console / git bash
  2. checking the npm version by entering npm -v

If you got stuck in this step please reach out to a friend or to the author of this course.

Enjoy installing Git

Install Git

First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.

You can download and install Git from this link: https://git-scm.com/downloads

After the installation check whether the installation was successful. You can do this by checking the git version by entering git --version in a terminal / console / git bash

If your terminal / console / git bash responds with a reasonable version number you succeeded in this step. Feel free to close this issue in this case.

If you got stuck in this step please reach out to a friend or to the author of this course.

Enjoy installing TypeScript

Install TypeScript

First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.

First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step
You can install TypeScript by opening your terminal / console / git bash and entering:

npm install -g typescript

If you got stuck in this step please reach out to a friend or to the author of this course.

Welcome to the show!

Welcome to this course!

As soon as you completed each step please close the corresponding issue. The next issue representing the next step will be created automatically.

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.