By now, you should have the Vapor Toolbox installed on your system. Let's start creating a Hello World application using a boilerplate project provided by Vapor Toolbox.
Creating an app using Vapor CLI
Creating a hello world app from a template
Use the vapor new command to create a new project from the default template:
# Step 1: Create helloWorld app from the default template
vapor new helloWorld
You'll see the following output on the Terminal:
![](https://static.packt-cdn.com/products/9781789341171/graphics/assets/54c132fa-d4c5-44f6-9ab7-e519b232d883.png)
Vapor created the project helloWorld and put it in a new directory with the same name.