Skip to content

Quick start config for webpack apps using babel, node-sass, npm scripts, and webpack-dev-server

Notifications You must be signed in to change notification settings

sir-dunxalot/webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

Installation

# Clone the repo

git clone [email protected]:sir-dunxalot/webpack-boilerplate.git

# Install dependencies

npm install

# Install surge globally for deployment
# You'll need to be added as a project collaborator by Duncan

npm install -g surge

# TODO tryinstalling locally and run node_modules/.bin/surge

Running server

npm run start # Starts webpack server

Deployment

npm run build # Builds webpack project
npm run deploy # Deploys to surge

About

Quick start config for webpack apps using babel, node-sass, npm scripts, and webpack-dev-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published