Skip to content

Latest commit

 

History

History

web-ts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TI-JS Sample - web-ts

Table of contents

Introduction

This project demonstrates how to use the ti-js library in a web project, in typescript.

Uses parcel for bundling.

Setup

Run:

npm install

Usage

Run:

npm start

Then navigate to http://localhost:1234 in your favorite web browser.

You can also just build with:

npm run build

License

MIT