Giter Club home page Giter Club logo

typescript-build2016-demos's Introduction

#Demos from //build 2016

The following 3 projects are the working demos that Anders showed during his talk. They include all dependencies and are precompiled, so to get started all you need to do is download these folders and serve the apps.

An easy way to serve these are using the npm package http-server. You can install http-server with:

> npm install -g http-server`

Upon running http-server from the root of a webapp folder, you will see something like:

> http-server
Starting up http-server, serving ./
Available on:
  http://127.0.0.1:<PORT_NUMBER>     // <-- Navigate to this url to run!

##ng-reddit This is a simple reddit client using Angular 2 that shows that display links to http://reddit.com/r/aww

Run by running http-server as mentioned above.

Build by running tsc from the project root. (Must have TypeScript installed globally)

##react-reddit This is a simple reddit client using React that shows links and pictures to http://reddit.com/r/aww

Serve by running http-server as mentioned above.

Build by running webpack from the project root. (Must have Webpack installed globally)

##node-reddit This a simple node/express server that will serve the react-reddit project in the neighboring folder.

Run with:

  > node built\server.js

Build by runningtsc from the project root. (must have TypeScript installed globally)

##controlFlow-nonNull This is a simple demo of the new control flow analysis and non-nullable types. Note that is requires a build of TypeScript from the controlFlowTypes branch. A pre-built version of this branch has been included in the TypeScript-controlFlowTypes folder. If you would like to build it yourself, see our GitHub README.

There is nothing to run in this project, the demo highlights the tooling in your editor.

Build by running tsc from the provided build with:

> node TypeScript-controlFlowTypes\tsc.js 

typescript-build2016-demos's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.