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
- Host: GitHub
- URL: https://github.com/ihadeed/express-super-starter
- Owner: ihadeed
- Created: 2017-10-19T23:10:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T23:14:44.000Z (over 7 years ago)
- Last Synced: 2025-02-26T19:52:24.601Z (3 months ago)
- Topics: express, livereload, pug, sass, typescript, webpack
- Language: JavaScript
- Size: 46.9 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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