This is a basic unopinionated Boilerplate Project to help you get started building static websites with Tapestry.
To install this boilerplate, use the Composer create-project
command in your terminal:
composer create-project --prefer-dist tapestry-cloud/tapestry-boilerplate my-tapestry-project
Composer will install the latest stable version of Tapestry locally to the projects vendor
folder, to run Tapestry use the following command in your termainal relative to your project root:
# For Windows users
.\vendor\bin\tapestry.php.bat build
# For Linux/Unix users
.\vendor\bin\tapestry.php build
Click here for the quick start guide on getting started with Tapestry and how to extend this boilerplate to meet your needs.
This Tapestry Boilerplate is open sourced software licensed under the MIT License.