11# swift-vscode-dev-container-localstack-template
22Template to setup a swift project using visual studio code dev containers with docker-compose and localstack
33
4- ## Prerequisites
4+ ## 🚀 Welcome to Your Dev Container Adventure!
5+ Before we begin, make sure you have the following installed:
6+
57- [ Docker] ( https://docs.docker.com/get-docker/ )
68- [ Visual Studio Code] ( https://code.visualstudio.com/download )
79- [ Visual Studio Code Remote - Containers Extension] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers )
@@ -10,16 +12,21 @@ Template to setup a swift project using visual studio code dev containers with d
1012
1113## Tutorial: How to setup your Swift project with LocalStack and Dev Containers using Visual Studio Code
1214
15+ In this tutorial, we will walk you through the steps to set up a Swift project using LocalStack and Dev Containers in Visual Studio Code.
16+ We will cover everything from creating a new project to configuring the development environment.
17+ At the end of this tutorial, you will have a fully functional Swift development environment running in a containerized setup.
18+ You will be able to debug, build, and run your Swift applications seamlessly interacting with LocalStack.
19+ This environment can work on both macOS, Linux and Windows.
20+
21+ ![ Swift running on Dev Containers] ( /images/swift-vscode-dev-continer-localstack.png )
22+
1323### 1. Create a new folder
1424 ``` bash
1525 mkdir SwiftInDevContainer
1626 cd SwiftInDevContainer
1727 ```
1828
1929### 2. Open the project in Visual Studio Code
20- ``` bash
21- code .
22- ```
2330
2431### 3. Open terminal in VS Code and run swift package manager to initialize the project
2532 ``` bash
0 commit comments