Skip to content

This is a scss project generator with pre-configured webpack settings. This automatically handles the following tasks.

Notifications You must be signed in to change notification settings

melkorCBA/create-scss-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

Run this to create a new project

npx create-scss-webpack <your-project-name>

This is a scss project generator with pre-configured webpack settings. This automatically handles the following tasks.

  • css pre-processing
  • css/js file injection
  • assest handling
  • hash file name generations

Servering Locally

Webpack uses webpack-dev-server to server serve the app locally. Run the following command on root ro server development mode.

npm run start

Production Build

npm run build

About

This is a scss project generator with pre-configured webpack settings. This automatically handles the following tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published