/play

Primary LanguageTypeScript

Getting Started

npm install

Run the App

Dev mode

npm run start

Prod mode

  1. npm run buil:prod (builds)
  2. npm run serve:static (serves from dist)