アングル13 +エスニック+材料+トランスロコ+ジェスト+コンポックス+ドッカー+プリティ


アングル13スターター材料、transloco、jest、compodoc、Dockerのサポート、eslint&
Githubプロジェクトhttps://github.com/wlucha/angular-starter

機能


Angular 13
Angular Material
Jest Unit Testing
✅ による国際化Transloco
✅ 自動ドキュメントCompodoc
✅ プロジェクトを分析するwebpack-bundle-analyzer
Docker
ESLint
Prettier
Commit Linting

配備する



デモ



インストール/開発


# Clone the project
$ git clone https://github.com/wlucha/angular-starter
$ cd angular-starter

# Install dependencies
$ npm install

# Start server
$ npm run start

# Open in browser: http://localhost:4200

Docker展開


# Build Docker image
$ docker build . -t angular-starter

# Run Docker Container
$ docker run -p 3000:80 angular-starter

ドッカーハブ


https://hub.docker.com/r/wlucha/angular-starter

コマンド

  • npm run start - アプリを起動する
  • npm run lint - リントプロジェクト
  • npm run test - ランユニットテスト
  • npm run build - プロジェクトのビルド
  • npm run build:prod - プロジェクトを生産モードでビルドする
  • npm run build:prod:stats - 統計で製品モードでプロジェクトを構築する
  • npm run analyse - 解析バンドルwebpack-bundle-analyzer
  • npm run compodoc - 生成するcompodoc ドキュメント
  • npm run changelog - 変更を生成する
  • npm run prettier - プロジェクト全体をフォーマットする
  • Githubプロジェクトhttps://github.com/wlucha/angular-starter