An open API service indexing awesome lists of open source software.

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

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