Express js webserver integration with edgejs templating engine using webpack assets manager and hot reloading.
just enter the following command in your terminal
$npx create-express-edge-app {yourAppName}
OR
clone this repository
then
$npm install
finally
$npm run dev
and happy hacking!
-
fix express-edge error handling bug
this prevents hot reloading over edgejs syntax errors for more info visit this link
coming soon...