Skip to content

Files

Latest commit

Sep 7, 2022
9056e80 · Sep 7, 2022

History

History
30 lines (19 loc) · 509 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 509 Bytes

✨ Why TypeScript matters ✨

A talk about TypeScript!

Getting Started

  1. Install dependencies

    $ yarn install
  2. Start the webpack server. The server will run at the default webpack-dev-server address, localhost:8080.

    $ 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

$ yarn build