Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexhiriavenko/forkio-responsive-landing
Responsive design web page. Building the project using gulp. scss, media queries, scss variables and mixins.BEM.
https://github.com/alexhiriavenko/forkio-responsive-landing
bem-methodology gulp javascript scss
Last synced: 9 days ago
JSON representation
Responsive design web page. Building the project using gulp. scss, media queries, scss variables and mixins.BEM.
- Host: GitHub
- URL: https://github.com/alexhiriavenko/forkio-responsive-landing
- Owner: AlexHiriavenko
- Created: 2023-03-01T09:06:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T23:33:29.000Z (over 1 year ago)
- Last Synced: 2024-11-09T05:14:15.777Z (2 months ago)
- Topics: bem-methodology, gulp, javascript, scss
- Language: HTML
- Homepage: https://alexhiriavenko.github.io/Forkio-responsive-gulp/
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.EN.md
Awesome Lists containing this project
README
List of technologies used: html, sass (flex, grid, media query), java script, npm, gulp
List of project participants: ma_rch - Oleksiy Giryavenko, melnikviktor82 - Viktor Melnik.
Distribution of duties and responsibilities:
- together - building the project using Gulp, creating common variables and mixins in sass, merging branches
- melnikviktor82 - sections: header, testimonials; the logic of the header section on js.
- ma_rch - sections: editor, features, pricing; creating repository branches.https://alexhiriavenko.github.io/pet-project-forkio/
Additional information:
1. Deploy the project - run the npm i command in the terminal
(you must have Node JS installed)
2. run developer mode - npm run dev command
(stop liveserver - ctrl + c)
3. run production mode - npm run product command
in both cases, the root index.html will be located in the root of the project folder,
the dist folder will contain all other files;
4. delete the dist folder and the root index.html - npm run delDist command;