https://github.com/rnons/purescript-routing-issue-60
https://github.com/slamdata/purescript-routing/issues/60
https://github.com/rnons/purescript-routing-issue-60
Last synced: 3 months ago
JSON representation
https://github.com/slamdata/purescript-routing/issues/60
- Host: GitHub
- URL: https://github.com/rnons/purescript-routing-issue-60
- Owner: rnons
- License: bsd-3-clause
- Created: 2018-10-01T02:18:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T03:30:22.000Z (over 7 years ago)
- Last Synced: 2025-03-06T11:31:21.800Z (over 1 year ago)
- Language: PureScript
- Size: 213 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a reproduction of https://github.com/slamdata/purescript-routing/issues/60
Run
```
bower install
yarn install
pulp build
yarn start
```
Visit `http://localhost:8080/east` and `http://localhost:8080/west` to see it work.
What I want is `http://localhost:8080/west#abc` will render `RegionRoute West` as well.
### These are good


### This is not what I want
