Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 402 Bytes

File metadata and controls

15 lines (10 loc) · 402 Bytes

TypeScript, Babel, React, and Karma Sample

Getting started

You'll need node / npm installed. To get up and running just enter:

# Download the npm packages you need (including the type definitions from DefinitelyTyped)
yarn install

# Compile the code and serve it up at http://localhost:8080
yarn start

When you're building for production then yarn run build