therealedsheenan / express-webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 88.9%Language:HTML 7.8%Language:CSS 3.2%