Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

executable file
·
30 lines (21 loc) · 735 Bytes

short-code

hello w!

What's this

@aloerina_が作るサンプルコードや小さなアプリケーションです。ブランチごとに別々のプロジェクトとなっています。

How to use

任意のブランチのソースをcheckoutして好きに使ってください。

install & checkout

git clone [email protected]:aloerina01/short-code.git
git checkout XXX

preparation

npm install
npm run build

npm startはこれのエイリアスです。

基本的なコマンドはpackage.jsonに定義しています。コマンド一覧を表示する場合は下記コマンドを叩いてください。

npm run