Skip to content

svejegres/html-includes-with-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to INSTALL

From the project root:

  1. run npm i;
  2. run npm run build;
  3. open {project root}/dist/index.html file in the browser.

How to USE

All work should be done inside src folder.

With current setup, you need to run npm run build each time you want to see your changes made to src folder.

NOTE! When creating new pages it's required to add newly created file name to the pages array inside webpack.config.js file.

Otherwise after running npm run build newly created pages would not be added to dist folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published