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.
- 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.
Make sure you have the following tools installed before you begin:
- Clone the repository:
git clone https://github.com/vanbasx/Landing-LaslesVPN
- Navigate to the project folder:
cd Landing-LaslesVPN/gulp
- Install dependencies:
npm install
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.
To build the project for production, use the following command:
npm run build
This will generate optimized and minified files in the dist directory.
Feel free to contribute by submitting issues or pull requests. Make sure to follow the project's coding style and conventions.