An open API service indexing awesome lists of open source software.

https://github.com/drager/why-typescript-matters-talk

A talk about TypeScript
https://github.com/drager/why-typescript-matters-talk

Last synced: 6 months ago
JSON representation

A talk about TypeScript

Awesome Lists containing this project

README

          

✨ Why TypeScript matters ✨
=====================

A talk about TypeScript!

## Getting Started

1. Install dependencies

```sh
$ yarn install
```

2. Start the webpack server. The server will run at the default `webpack-dev-server` address, [`localhost:8080`](http://localhost:8080).

```sh
$ yarn start

# Or with a specific port!
$ yarn start --port=3000
```

## Build & Deployment

Building the dist version of the project is as easy as running

```sh
$ yarn build
```