https://github.com/vanbasx/landing-laslesvpn
This repository contains the source code for the LaslesVPN landing page, a responsive web page built using Gulp, Webpack, HTML, CSS (with SCSS), JavaScript, and Swiper.js for carousel functionality.
https://github.com/vanbasx/landing-laslesvpn
css gulp html js landing-page scss swiper-js
Last synced: about 2 months ago
JSON representation
This repository contains the source code for the LaslesVPN landing page, a responsive web page built using Gulp, Webpack, HTML, CSS (with SCSS), JavaScript, and Swiper.js for carousel functionality.
- Host: GitHub
- URL: https://github.com/vanbasx/landing-laslesvpn
- Owner: vanbasx
- Created: 2024-01-27T17:35:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T21:13:59.000Z (over 2 years ago)
- Last Synced: 2025-07-09T10:49:12.183Z (12 months ago)
- Topics: css, gulp, html, js, landing-page, scss, swiper-js
- Language: JavaScript
- Homepage: https://vanbasx.github.io/Landing-LaslesVPN/
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [LaslesVPN Landing Page](https://vanbasx.github.io/Landing-LaslesVPN/)
This repository contains the source code for the LaslesVPN landing page, a responsive web page built using Gulp, Webpack, HTML, CSS (with SCSS), JavaScript, and Swiper.js for carousel functionality.
## Features
- Responsive Web Design (RWD) for optimal viewing on various devices.
- Task automation using Gulp for streamlining development workflow.
- Module bundling and dependency management with Webpack.
- HTML5 markup for semantic structure.
- Styling with SCSS for improved maintainability and organization.
- JavaScript for dynamic and interactive features.
- Swiper.js for carousel functionality.
## Prerequisites
Make sure you have the following tools installed before you begin:
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/)
- [Gulp](https://gulpjs.com/)
## Installation
1. Clone the repository:
`git clone https://github.com/vanbasx/Landing-LaslesVPN`
2. Navigate to the project folder:
`cd Landing-LaslesVPN/gulp`
3. Install dependencies:
`npm install`
## Usage
### Development
Run the following command to start the development server:
`npm run dev`
This command will launch a local server, and you can view the site at your ip adress. The server will automatically watch for changes to the source files and reload the page accordingly.
### Production
To build the project for production, use the following command:
`npm run build`
This will generate optimized and minified files in the dist directory.
## Contributing
Feel free to contribute by submitting issues or pull requests. Make sure to follow the project's coding style and conventions.
