Skip to content
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

fix toggle menu button #1

Open
criticalbh opened this issue Oct 11, 2017 · 5 comments
Open

fix toggle menu button #1

criticalbh opened this issue Oct 11, 2017 · 5 comments

Comments

@criticalbh
Copy link
Owner

toggle menu is not working when screen is in extra large size

@esouthren
Copy link

I'll give this a try

@esouthren
Copy link

Just to clarify, you'd like the menu to toggle visible/invisible on desktop as well as mobile?

@criticalbh
Copy link
Owner Author

Right, mobile version should use sidenav mode over, and desktop should use push.

@esouthren
Copy link

I'm struggling to get a live preview for this for development, even when I host my forked repo on Github pages. Can you help on this?

@criticalbh
Copy link
Owner Author

criticalbh commented Oct 11, 2017

Of course, I did not work with github pages so I am not familiar, but to start locally with development you need to have yarn.

If you have shell, after cloning the repository, inside project directory run:

  • $ yarn -> dependency installation
  • $ yarn start -> open localhost:8001 to preview the app.

For live reload you should use angular-cli.
After yarn command is executed successfully, start development server with
$ ./node_modules/.bin/ng serve (this does not enforce you to install angular-cli on global level).

If there are any other questions please do not hesitate to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants