Let's now get a clear understanding the boilerplate code in Kitura. Here is a recap of how you can create the helloWorld boilerplate project using Kitura's basic template:
$ mkdir helloWorld
$ cd helloWorld
$ kitura init
$ open ./helloWorld.xcodeproj
Then you can use command + R to run your project in Xcode and direct your web browser to http://localhost:8080.
The following sections will provide you with a better idea regarding the same:
- Reviewing Kitura-generated files
- Understanding generated sourcecode in Kitura