Skip to content

A very useful configuration of weback to do many tasks that a developer does everyday like bundling js and compiling SASS etc.

Notifications You must be signed in to change notification settings

kamalahmed/webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-starter

A very useful configuration of weback to do many tasks that a developer does everyday like bundling js and compiling SASS etc.

Rquirements

You need to have Node and NPM installed on your computer. You can install them from nodejs website.

how to use it


Step 1: Clone the repo and go to the root of the direcotry in your terminal Step 2: Run npm install // to install all the required packages Step 3: Run npm run build // to build the assets from the src directory

Now you can make any changes on your src folder and once done you can build your script with npm run build command. Later we will add a watcher command then you will not have to build your scripts everytime you make a change in inside your src folder.

About

A very useful configuration of weback to do many tasks that a developer does everyday like bundling js and compiling SASS etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published