Giter Site home page Giter Site logo

typescript-nodejs-intro's Introduction

Introduction to Node.js with TypeScript

This project will introduce you to both Node.js and TypeScript in a simple to follow, step-by-step format.

You should already have a decent understanding of JavaScript.

Requirements

Why TypeScript?

TypeScript lets us use the latest JavaScript features and also provides static typing which can make code much less error prone. Types are optional and inferred very intelligently which makes them unobtrusive.

Why Visual Studio Code?

Don't be scared away by the name -- Visual Studio Code is very different to the full-blown Visual Studio. It is free, open-source, stable, and cross-platform.

You can use any editor you'd like but Visual Studio Code offers full TypeScript support 'out of the box' and an excellent debugger.

Start

  1. Clone this repository by running git clone https://github.com/DunedinJS/typescript-nodejs-intro.git

  2. cd ./typescript-nodejs-intro

    If using NVM to manage Node.js versions you should also run nvm use here to make sure that the correct version is active.

  3. Checkout the branch for the first step by running 001-setup

  4. Refer to the readme for the branch

There is a different branch for each stage of the project. They each contain their own readme with specific details and are numbered so that the order is clear. For example 001-setup, 002-node-basics...

After checking out each branch make sure to run npm i to install dependencies.

Stages

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.