-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(example-app): Example app UI #202 #237
Conversation
ab72e3a
to
73f7ead
Compare
note: I ended up using react-router instead of hookrouter because I ran into some basic bugs with hookrouter and decided it would be better to use a more common library. I still don't love react-router but it feels like the lesser evil. |
|
Suggestion: edit dangerfile to ignore changes in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@suzubara Do you want to add documentation stating that you have to run yarn build
for the entire library before attempting yarn start
for the example app?
Another option: could we have a script to run example app that does yarn build and then starts up app from |
8bffe2f
to
3bcf44c
Compare
commit 1054469 Author: Emily Mahanna <56279459+eamahanna@users.noreply.github.com> Date: Mon Jun 15 10:40:45 2020 -0800 feat(example app): add modals page example 204 (#250) * WIP Set up basic layout, router * Switch to react-router, add placeholder content * feat(example app): add modals example page * feat(example app): add redux for modals * hook up modals page * feat(example app): add hook modal * fix(modals page): fixes from PR review * fix(modals page): pr update * fix(modals page): remove comment * fix(modals page): add import back in Co-authored-by: Suzanne Rozier <suz@truss.works> commit 832decc Author: Suzanne Rozier <suz@truss.works> Date: Mon Jun 15 13:00:03 2020 -0500 docs(example-app): Example app UI #202 (#237) * WIP Set up basic layout, router * Switch to react-router, add placeholder content * Add docs and commands for running the example app
Summary
Bootstraps basic UI for the example application, including routing with React Router.
Related Issues or PRs
Closes #202
How To Test
Navigate to the
/example
directory, install dependencies (yarn install
), and start the app (yarn start
). Verify you can view the app, which currently just has two pages that are mostly empty (home & examples).Screenshots (optional)