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.
- Host: GitHub
- URL: https://github.com/tapestry-cloud/tapestry-boilerplate
- Owner: tapestry-cloud
- License: mit
- Created: 2017-08-01T15:03:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T10:49:11.000Z (over 8 years ago)
- Last Synced: 2024-04-19T05:20:39.633Z (about 2 years ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapestry Boilerplate Project
[](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).