Skip to content

Latest commit

 

History

History

node-ts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TI-JS Sample - node-ts

Table of contents

Introduction

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

Setup

Run:

npm install

Usage

To start the server, run:

npm start

Then navigate to http://127.0.0.1:3000/ in your favorite web browser.

You can also just build with:

npm run build

License

MIT