Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新規参入手順をドキュメント化する。 #27

Closed
tokidrill opened this issue Mar 3, 2019 · 1 comment
Closed

新規参入手順をドキュメント化する。 #27

tokidrill opened this issue Mar 3, 2019 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@tokidrill
Copy link
Collaborator

環境構築の足並みが揃っているかどうか確認しつつ、手順のリンクを作る。

@tokidrill tokidrill self-assigned this Mar 3, 2019
@tokidrill tokidrill added the good first issue Good for newcomers label Mar 3, 2019
@tokidrill
Copy link
Collaborator Author

tokidrill commented Mar 3, 2019

backend

前提

docker および docker-compose コマンドが動作すること

  • Mac
    Doker for Mac

構築手順

a6s-cloud/grouscope-backend/issues/1
a6s-cloud/grouscope-backend/issues/15

git clone https://github.com/nsuzuki7713/a6s-cloud-backend.git
cd a6s-cloud-backend
./build.sh

動作確認

webサーバの起動を確認

http://localhost

jsonレスポンスを確認

http://localhost/api/articles

frontend

前提

yarn コマンドが動作すること

構築手順

git clone https://github.com/nsuzuki7713/a6s-cloud-front.git

cd a6s-cloud-front/
yarn install

yarn serve

動作確認

webサーバの起動を確認

http://localhost:8080/

LaravelとのAPI疎通を確認

http://localhost:8080/naoto

その他

コーディング規約

フォーマッタ

開発便利ツール

VSCode

  • プラグイン
    • project manager
    • prettier

@tokidrill tokidrill mentioned this issue Mar 3, 2019
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant