Skip to content

Boilerplate Tapestry project to help you quickly get started with Tapestry.

License

Notifications You must be signed in to change notification settings

tapestry-cloud/tapestry-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapestry Boilerplate Project

Packagist

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.

About

Boilerplate Tapestry project to help you quickly get started with Tapestry.

Resources

License

Stars

Watchers

Forks

Packages

No packages published