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

merge with official? #22

Open
PatrickJS opened this issue Jan 18, 2016 · 4 comments
Open

merge with official? #22

PatrickJS opened this issue Jan 18, 2016 · 4 comments

Comments

@PatrickJS
Copy link

consider merging with offical universal-starter

@bkinsey808
Copy link
Contributor

i like that idea. this project has a lot of awesome features. the biggest missing feature I wish it had is code watching and live reloading for a good dev experience.

@PatrickJS
Copy link
Author

yeah live reloading is a must and is next on the list

@alexpods
Copy link
Owner

@gdi2290 Right now I don't see any reasons to do it. I think it will just slow down a development process without any profit for the project. So maybe in the future, but not now. I'll remain this issue open.

@bkinsey808 Live reloading was added in #32. Just run the development server with the next command:

npm run dev

The development server will do the next:

  • watch for any changes in client or server code.
  • make rebuild. All built code (both for client and server) will be kept in memory, so dist folder will not be generated.
  • reload a browser.

@Bhushan001
Copy link

@alexpods where is my static html getting saved?

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

No branches or pull requests

4 participants