Skip to content

I set up webpack for the first time today and decided to create an easy peasy basic configuration template for the simple landing page, which I plan to implement soon.

License

Notifications You must be signed in to change notification settings

SanKukharchuk/webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.

✨ Webpack template ✨

🚀 Quick start

  • Click on the 'fork' or

  • 'Use this template' or

  • Clone this repo :

      git clone https://github.com/SanKukharchuk/webpack-template.git your-project-name
    
  • Then install dependencies :

      npm i
    

In the terminal, you can run :

  • Development server

      npm run serve
    
  • Production build

      npm run build
    

About

I set up webpack for the first time today and decided to create an easy peasy basic configuration template for the simple landing page, which I plan to implement soon.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published