0.1.4 • Published 2 days ago

@z3phyro/tyres-ui v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 days ago

Typed Resources UI - TyRes-UI

UI for typed resources package (TyRes). It allows to use most of the functions of tyres-core, including, initializing the project.

Installation

Install the dependency

This needs to be executed inside your typescript project.

npm i -D @z3phyro/tyres-ui
yarn add -D @z3phyro/tyres-ui

Setup project package.json script

{
  "scripts": {
    "tyres-ui": "PORT=8123 node ./node_modules/.bin/tyres-ui"
  }
}

Run it!

npm run tyres-ui