-
Notifications
You must be signed in to change notification settings - Fork 2
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.
- Clone the repo and install its dependencies, including
tapestry-wp
- Delete the
dist
folder withinnode_modules/tapestry-wp/dist
- Symlink the dist folder of Tapestry with
ln -s /location/to/tapestry-wp/dist /location/to/example-app/node_modules/tapestry-wp/dist
- Run
npm start
within thetapestry-wp
repo to watch for any changes to/src
and recompile/dist