An open API service indexing awesome lists of open source software.

https://github.com/tapestry-cloud/tapestry-boilerplate

Boilerplate Tapestry project to help you quickly get started with Tapestry.
https://github.com/tapestry-cloud/tapestry-boilerplate

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Tapestry Boilerplate Project

[![Packagist](https://img.shields.io/packagist/v/tapestry-cloud/tapestry-boilerplate.svg?style=flat-square)](https://packagist.org/packages/tapestry-cloud/tapestry-boilerplate)

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](https://www.tapestry.cloud/documentation/) 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](LICENSE).