Skip to content

Instantly share code, notes, and snippets.

@islandjoe
Created June 24, 2018 07:20
Show Gist options
  • Save islandjoe/682c3118ae2579dad0c5aca903be1ffe to your computer and use it in GitHub Desktop.
Save islandjoe/682c3118ae2579dad0c5aca903be1ffe to your computer and use it in GitHub Desktop.
The steps to creating a new Vapor project.
$ cd <projX>
$ vapor new <proj-name> _template=twostraws/vapor-clean
$ cd <proj-name>
$ vapor xcode

After configuring the Package.swift:

$ vapor build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment