1.0.0-beta.13 • Published 3 years ago

@terass-inc/tera-boilerplate v1.0.0-beta.13

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

tera-boilerplate

Terass typescript project bilerplate

@terass-inc/tera-boilerplate

lint, build 関連の依存 package を提供する。

yarn add -DW @terass-inc/tera-boilerplate

@terass-inc/eslint-config

terass-inc で共通で使用する eslint の設定を提供する。

yarn add -DW @terass-inc/eslint-config
// .eslintrc.json
{
  "root": true,
  "extends": ["@terass-inc/eslint-config"]
}

.prettierrc

ref https://prettier.io/docs/en/option-philosophy.html

Brewfile

node, yarn など開発環境に必要なコマンド・ライブラリのセットアップ方法は各自に委ねるが、依存の可視化と推奨のセットアップ方法として Brewfile を提供する。

cat Brewfile
brew bundle --no-lock

WIP packages/sample-vite

viteを使った frontend のサンプル。

links

memo

yarn add -D react react-dom @types/react @types/react-dom vite