rdnine / base-ts

Base TS project structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BASE-TS

Basic structure for a typescript project

dist
└─── app.js
src
└─── app.ts
index.html

For this you must have TypeScript installed

npm install -g typescript

Startup

(Starts the lite-server)

npm install start

About

Base TS project structure

License:MIT License


Languages

Language:HTML 82.1%Language:TypeScript 17.9%