/media-project-exercise1

メディアプロジェクト演習1の制作物

Primary LanguageTypeScriptMIT LicenseMIT

メディアプロジェクト演習 1

build code check deploy Version 1.0 MIT License

メディアプロジェクト演習 1 のグループ制作課題です。

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