https://github.com/therealedsheenan/express-webpack
https://github.com/therealedsheenan/express-webpack
express node webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/therealedsheenan/express-webpack
- Owner: therealedsheenan
- Created: 2018-08-01T15:36:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T07:17:08.000Z (over 3 years ago)
- Last Synced: 2025-03-16T05:12:38.395Z (over 1 year ago)
- Topics: express, node, webpack
- Language: JavaScript
- Size: 251 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-webpack
Express generator with webpack config
# Installation
```
$ npm install
$ DEBUG=express-webpack:* npm start // development mode
```
## Installing Node
Install via NVM
Download nvm installer
```
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
```
The script clones the nvm repository to ~/.nvm and adds the source line to your profile
```
$ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
```
reload shell
```
# source ~/.bashrc
```
For more information checkout: https://gist.github.com/d2s/372b5943bce17b964a79
### Author
Sheenan Tenepre