Skip to content

Webpack integration with edge templating engine (ft. Hot Reloading)

License

Notifications You must be signed in to change notification settings

ariakh55/create-express-edge-app

Repository files navigation

Express-edge-webpack

Express js webserver integration with edgejs templating engine using webpack assets manager and hot reloading.

Getting started

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!

Todos

  • fix express-edge error handling bug

    this prevents hot reloading over edgejs syntax errors for more info visit this link

Docs

coming soon...