Elderjs / template

Elder.js template project. It is part template, part tutorial. Dive in!
https://elderjs.pages.dev/
MIT License
113 stars 32 forks source link

chore: adds single dev command #22

Closed thisislawatts closed 4 years ago

thisislawatts commented 4 years ago

Small enhancement to the developer experience and introduce concurrently to run a single npm command to run the two dev commands together.

nickreese commented 4 years ago

@thisislawatts This was the initial approach but often causes a race condition due to how components are hydrated.

thisislawatts commented 4 years ago

Ah interesting @nickreese, apologies for the noise :) I'll admit to only having picked up Elder.js this week after seeing your overview in the weekend Svelte Summit. This had been working for me locally but I'm only working with a very small brochure style site atm.

❤️  Love the project. Keep up the good work.