Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 573 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 573 Bytes

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