I am using ember-cli for my current ember project, I start the server using broccoli serve
however livereload does not work and I need to refresh the page everytime I make changes. What is the correct way to use livereload with ember-cli and broccoli?
you should use ember server
for your ember-cli projects.