November 2018
Intermediate to advanced
404 pages
10h 16m
English
After learning the basics of Bootstrap and choosing icons from the Font Awesome library, you can start putting everything together to upgrade the feel and look of web pages rendered by the Leaf templating engine.
To use Bootstrap in your Vapor project, you're required to use the file server middleware. Simply uncomment the following line in configure.swift:
middlewares.use(FileMiddleware.self) // Serves files from `Public/` directory
Read now
Unlock full access