| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Rails app to play with Unpoly features that are hard to test well with a unit test. E.g. the visual look of overlays, or edge cases when booting Unpoly.
Install the unpoly-manual-tests, unpoly-rails and unpoly repositories into the same parent folder:
projects/ unpoly/ unpoly-rails/ unpoly-manual-tests/
Start a Webpack watcher in the unpoly repo:
cd ~/projects/unpoly npm install npm run watch-dev
Start a Rails server in this repo:
cd ~/projects/unpoly-manual-tests bundle install bundle exec rails server
You can now access the manual tests at http://localhost:3000.
| Back | FazBrowse Home | New Git URL |