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

https://github.com/ihadeed/express-super-starter

Express starter with Typescript, Pug, SCSS, Webpack, and Livereload
https://github.com/ihadeed/express-super-starter

express livereload pug sass typescript webpack

Last synced: 2 months ago
JSON representation

Express starter with Typescript, Pug, SCSS, Webpack, and Livereload

Awesome Lists containing this project

README

        

# Express Super Starter

### Scripts
- `build`: builds client + server side
- `build:server`: builds the server side
- `build:client`: builds the client side
- `build:prod`: builds client + server side in production mode
- `watch`: builds client + server side and watches for changes
- `livereload`: runs a livereload server to watch any changes made to `static` or `templates` directory
- `dev`: runs `watch` and `livereload` scripts, as well as a `nodemon` process

### Configuration
- `./livereload.js`: livereload server config
- `./webpack/webpack.common.js`: webpack common config
- `./webpack/webpack.server.js`: webpack server config
- `./webpack/webpack.client.js`: webpack client config