Skip to content

Commit 3f8c890

Browse files
authored
Merge pull request #305 from ohbarye/update-frontend
Update frontend
2 parents 1c5a5ea + 1f0bcce commit 3f8c890

30 files changed

+1278
-8900
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
- [Ruby](https://www.ruby-lang.org/en/) 2.7.1
88
- [Rails](https://rubyonrails.org/) 6.0.1
9-
- [React.js](https://reactjs.org/) 16.10.2
10-
- [TypeScript](https://www.typescriptlang.org/) 3.6.3
9+
- [React.js](https://reactjs.org/) 16.13.1
10+
- [TypeScript](https://www.typescriptlang.org/) 3.9.3
1111
- [Docker](https://docs.docker.com/)
1212
- [PostgreSQL](https://www.postgresql.org/) 11
1313
- [CircleCI](https://circleci.com/)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
working_dir: /myapp/frontend
2121
volumes:
2222
- ./frontend:/myapp/frontend
23-
command: "yarn start"
23+
command: "yarn dev"
2424
depends_on:
2525
- backend
2626
yaichi:

frontend/README.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

frontend/config/env.js

Lines changed: 0 additions & 93 deletions
This file was deleted.

frontend/config/jest/cssTransform.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

frontend/config/jest/fileTransform.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

frontend/config/modules.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

frontend/config/paths.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)