-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[5.0.0-rc.1] Hot Reload doesn't work #2721
Comments
What IDE do you use? |
This would be useful information. Some IDEs (IntelliJ) only save a copy of your changes in-memory to save on disk writes, but this makes the reloaders not able to see any changes. There's a setting to always write saves to disk. |
same issue here. i am using version 5.0.0-rc.3..... but gulp serve is not working these manual commands are working fine. on gulp serve .tmp folder always empty. event localhost :3000 dont serve the app.html |
Your app should be served at http://localhost:8080. |
ATOM @albert-92 |
ok then why gulp serve always open localhost:3000 lol. |
@umimehar |
then please tell me how can i start the dev server? |
@umimehar please read the README file: https://github.com/angular-fullstack/generator-angular-fullstack#usage |
npm run start:server and npm run start:client. @umimehar Please refer to the below link |
@smileavi back on topic, are there any more details you can provide? Is there anything strange in the console output? Can you confirm the files are actually changing? |
@umimehar we'll have to wait for Angular themselves to address that. You can search those warnings within their issue board. |
@Awk34 |
Replacing the run command with this should make it auto reload:
(see #2744) |
that made it to me! Thanks! |
Used
npm run start:server
&npm run start:client
. App runs fine.Hot reload is not working. File changes do not trigger any reload on both server and client side.
Please suggest
The text was updated successfully, but these errors were encountered: