The reason why I create this project is that when I was developing the expressJS as the back-end of my project, I have to restart the service every time I changed the code, that very annoys me.
Although the express provides the express generator which already implements the automatic recompile feature, it also comes with the view, router, template engine which I don't need in my project.
This project is designed for people who just want create a simple expressJS server and need hot reloads feature to make life easier.
- Gulp - Automate and enhance your workflow
- nodemon - reload, automatically
- browsersync - Time-saving synchronised browser testing
npm install npm install gulp-cli -g (if you haven't install gulp-cli)
npm install
npm run serve