https://github.com/casl0/tech-books-explorer-front
https://github.com/casl0/tech-books-explorer-front
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casl0/tech-books-explorer-front
- Owner: CASL0
- License: mit
- Created: 2024-01-27T11:54:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T13:24:57.000Z (over 1 year ago)
- Last Synced: 2025-01-08T13:41:29.908Z (4 months ago)
- Language: TypeScript
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Books Explorer
技術書のエクスプローラーです。
次の出版社に対応してます。
- オライリージャパン
- 翔泳社
- 技術評論社## 開発
### Getting Started
Dev Containers をインストールし、次の手順を実施してください。
1. VSCode で本プロジェクトを開き、コマンドパレットから[Dev Containers: Reopen in Container...]を実行してください。
1. 次のコマンドを実行し、ローカルに Dev Server を立ち上げます。
```sh
yarn run dev
```