https://github.com/jpnws/cdk-studies4
https://github.com/jpnws/cdk-studies4
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpnws/cdk-studies4
- Owner: jpnws
- Created: 2024-03-23T19:49:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T04:00:39.000Z (about 1 year ago)
- Last Synced: 2025-01-12T11:46:03.220Z (4 months ago)
- Language: TypeScript
- Size: 4.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating a CDK Project
1. Create an empty folder.
2. Create three folders: `infra`, `server`, `web`.
3. Change into `infra` directory.
4. Execute `cdk init --language=typescript`.