November 2018
Intermediate to advanced
404 pages
10h 16m
English
The following diagram gives you an overview of the boilerplate generated from Vapor's default template:

The Package.swift is used by Swift Package Manager during build time to configure your project's package. The package description comprises essential information such as application name, dependencies on other packages, and different build targets supported in your project.
There are three modules in the project: helloWorld, App, and AppTests. (The diagram only shows the helloWorld and App modules, but the AppTests module will be soon reviewed in the next chapter.) The functions and classes in the ...
Read now
Unlock full access