Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp and Webpack

Powerful standard framework for front-end web development with gulp and webpack

Usage example

Create all your code inside the src folder

To use the tasks already created for gulp, we recommend that you use the folder/file structure below:

src/
 ├─ assets/
 │  	├── images/
 │  	├── js/
 │  	├── sass/
 │  	└── videos/
 ├─ robots.txt
 ├─ .htaccess
 ├─ index.html
 └── ...

Development mode

When in development, use the 'dev' script configured in packge.json to activate browserSync and handle updates in real time.

> yarn dev

Production mode

Attention! Before generating the package for production, edit the 'sitemap.config.js' file at the root of the directory to generate a suitable sitemap.xml, and only then use the 'build' script configured in packge.json

> yarn build

About

Powerful standard framework for frontend web development with gulp and webpack

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages