Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit c840e70

Browse files
startup script
1 parent fa8fbe7 commit c840e70

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

‎.gitignore‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
log/
2+
frontend/
3+
backend/
4+
node_modules/
5+
.repo/

‎images‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 56e028a09b5f1a02aa4b24ad06d0ac4ce5e9136c

‎startup.sh‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pip3 install -r backend/requirements.txt
2+
yarn --cwd frontend
3+
trap 'kill %1; kill %2;' SIGINT
4+
python3 backend/app.py | tee log/dev/backend.log | sed -e 's/^/[backend] /' \
5+
& yarn --cwd frontend start | tee log/dev/frontend.log | sed -e 's/^/[frontend] /' \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /