This is a free fork paid template Agro. Not all pages, not Pixel Perfect but replica. Live review
- Install NodeJS (if needed) and Yarn
- Download the build with Git:
git clone https://github.com/uCryNet/Agriculture-HTML-Template
- Install
gulp
globally:yarn global add gulp-cli
- Go to the build folder:
cd gulp-scss-starter
- Install required dependencies:
yarn
- To get started, enter the command:
yarn run dev
(development mode) - To build a project, enter the command
yarn run build
(build mode)
gulp-scss-starter
├── dist
├── gulp-tasks
├── src
│ ├── blocks
│ ├── fonts
│ ├── img
│ ├── js
│ ├── styles
│ ├── views
│ └── .htaccess
├── gulpfile.babel.js
├── webpack.config.js
├── package.json
├── .babelrc.js
├── .bemrc.js
├── .eslintrc.json
├── .stylelintrc
├── .stylelintignore
└── .gitignore
- Folder
src
- used during development:- BEM blocks:
src/blocks
- fonts:
src/fonts
- images:
src/img
- JS file:
src/js
- pages:
src/views/pages
- SCSS file:
src/styles
- HTML file:
src/views
- BEM blocks:
- Folder
dist
- folder, from which the local development server is started (at startupyarn run dev
) - Folder
gulp-tasks
- folder с Gulp-tasks
- Gulp, yarm, webpack build - gulp-scss-starter
- No Bootstrap
- Use FlexBox
- Native JavaScript and jQuery (only Slick slider)
- Slick slider
- AOS (Animate On Scroll Library)