Skip to content

Testing the Tapestry client

Thomas Digby edited this page Jan 23, 2017 · 1 revision

Example-app is a simple Tapestry app with minimal config, it should provide a better developer experience when working on Tapestry itself.

  1. Clone the repo and install its dependencies, including tapestry-wp
  2. Delete the dist folder within node_modules/tapestry-wp/dist
  3. Symlink the dist folder of Tapestry with ln -s /location/to/tapestry-wp/dist /location/to/example-app/node_modules/tapestry-wp/dist
  4. Run npm start within the tapestry-wp repo to watch for any changes to /src and recompile /dist
Clone this wiki locally