Swift Package Manager Test
🚧 The app is currently in development 🚧
Swift Package Manager Test, creating a command line application, based on the Ray Wenderlich tutorial.
In the Terminal:
Go to project folder:
cd Website
To update dependencies:
(also does a swift build
and swift package update
)
swift package generate-xcodeproj
To compile:
swift build
To Run:
swift run Website
Then access the running local server:
localhost:8080
It should output something similar to this:
"Cutting corners"
…