Open PatrickJS opened 8 years ago
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.
yeah live reloading is a must and is next on the list
@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:
dist
folder will not be generated.@alexpods where is my static html getting saved?
consider merging with offical universal-starter