An open API service indexing awesome lists of open source software.

https://github.com/jpnws/cdk-studies4


https://github.com/jpnws/cdk-studies4

Last synced: 2 months ago
JSON representation

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`.