https://github.com/saehun/express-livereload-boilerplate
Simple web project boilerplate using express and live-reload
https://github.com/saehun/express-livereload-boilerplate
Last synced: about 2 months ago
JSON representation
Simple web project boilerplate using express and live-reload
- Host: GitHub
- URL: https://github.com/saehun/express-livereload-boilerplate
- Owner: saehun
- Created: 2018-02-07T13:16:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T13:03:30.000Z (over 7 years ago)
- Last Synced: 2025-04-01T21:29:14.246Z (2 months ago)
- Language: JavaScript
- Size: 854 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-livereload-boilerplate
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```