Skip to content

Latest commit

 

History

History

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TI-JS Sample - web

Table of contents

Introduction

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

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