averak / rcc-gateway

This app is integrated UI for RCC groupware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This app is integrated UI for RCC groupware.

License:MIT License


Languages

Language:TypeScript 75.9%Language:HTML 19.9%Language:CSS 3.4%Language:JavaScript 0.8%