1.0.2 • Published 2 years ago

create-express-edge-app v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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...