mattkenefick / ts-boilerplate

TypeScript package boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Boilerplate


This is a shared library for use on the frontend that communicates with the TypeScript Boilerplate.

Installation

yarn install

Build

yarn build

Running the example

There's a basic example included that will authenticate a user and request a list of clients. You can find this in examples/basic or run the script below.

yarn example
open http://locahost:8080

About

TypeScript package boilerplate


Languages

Language:JavaScript 93.2%Language:TypeScript 4.3%Language:HTML 2.0%Language:Shell 0.5%