Skip to content

Latest commit

 

History

History

typescript-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TypeScript App

This example shows how to use TypeScript with Poi.

Details

If you want to use Babel to compile TypeScript code, check out the Babel TypeScript App example.

This example uses ts-loader to transpile TypeScript at build time, and uses fork-ts-checker-webpack-plugin to perform type-checking as well. TSLint is also enabled by default, you can simply delete ./tslint.json to disable this feature.

Usage

In this directory run:

yarn
yarn dev

Script

yarn dev

Start dev server to preview your app.

yarn build

Build your app for production use.