mirror of
https://github.com/vapor/template.git
synced 2025-04-20 13:41:49 +08:00
* Add project README * Improve the repo README * Improve wording in repo README * docs: remove outdated tip about macOS compatibility from README * docs: enhance TEMPLATE_README with setup instructions and resources * docs: update Vapor Toolbox installation link in README
…
The official Vapor template, used by the Vapor Toolbox to generate new projects.
Overview
After having installed the Vapor Toolbox, you can use the following command in your terminal, replacing <ProjectName>
with your desired project name, to create a new project using this template:
vapor new <ProjectName>
This will create a new folder in the current directory containing the project. You can then move into the project directory:
cd <ProjectName>
To build and run the project, see the Getting Started guide.
Languages
Swift
76.5%
Dockerfile
23.5%