Skip to content

membership-console/membership-console

Repository files navigation

Membership Console

CI Build version

概要

本プロジェクトは汎用的なグループウェアの統合 UI です。

開発

開発環境

  • Node.js 18
  • Angular 14

インストール

$ npm install

ビルド

ビルドに成功すると、dist直下に静的 HTML ファイルが生成されます。

# build for local
$ npm run build

# build for dev
$ npm run build:dev

# build for prod
$ npm run build:prod

ローカルサーバを起動

起動に成功すると、http://localhost:4200からアクセスできます。

$ npm run start

テスト & コードチェック

# test
$ npm run test:ci

# code check
$ npm run check

# code format
$ npm run format

依存関係のアップデート

# check outdated dependencies
$ npm outdated

# update dependencies
$ npx npm-check --update

About

This is integrated UI for groupware.

Resources

License

Stars

Watchers

Forks

Releases

No releases published