/rcc-gateway

This app is integrated UI for RCC groupware.

Primary LanguageTypeScriptMIT LicenseMIT

RCC Gateway

build code check deploy code style: prettier Version 1.0 MIT License

This app is integrated UI for RCC groupware.

Develop

Requirements

  • Node.js 14
  • Angular

Installation

$ yarn

How to build

$ yarn build

When build successful, you can find static files in dist.

How to run

$ yarn start

How to check code

You need to do this before committing.

# lint & type check
$ yarn run check

# code format
$ yarn run format

# test
$ yarn run test