Powerful standard framework for front-end web development with gulp and webpack
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
└── ...
When in development, use the 'dev' script configured in packge.json to activate browserSync and handle updates in real time.
> yarn dev
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