tapestry-cloud / tapestry-boilerplate
Boilerplate Tapestry Project
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- tapestry-cloud/tapestry: ^1.0
This package is auto-updated.
Last update: 2024-11-07 15:34:27 UTC
README
This is a basic unopinionated Boilerplate Project to help you get started building static websites with Tapestry.
Installing
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
Building
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
Learning
Click here for the quick start guide on getting started with Tapestry and how to extend this boilerplate to meet your needs.
License
This Tapestry Boilerplate is open sourced software licensed under the MIT License.