Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Latest commit

 

History

History

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Typescript example

This example show how to start an universal web application development with Typescript.

Start

npm install
npm start

Build

npm run build

Development server

npm run dev