express-example-hot-reload-everything
An example of how to setup hot reload with Express, Livereload and Webpack.
Running
- In the project root, install npm dependencies with
npm install
. - Execute
npm start
to start the server. - Enjoy!
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upType | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
client | ||
![]() |
server | ||
![]() |
.gitignore | ||
![]() |
LICENSE | ||
![]() |
README.md | ||
![]() |
nodemon.json | ||
![]() |
package.json | ||
![]() |
webpack.config.development.js | ||
![]() |
webpack.config.js |
An example of how to setup hot reload with Express, Livereload and Webpack.
npm install
.npm start
to start the server.