Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Simple landing page template: minification, transpiling, SASS/SCSS, code style, deployment to Github Pages, etc.

License

Notifications You must be signed in to change notification settings

artemtam/modern-landing-page

Repository files navigation

Simple Website Template Build Status

Modern static website or landing page template, which provides ready to use configuration supporting mification, transpiling, SASS/SCSS and other essential features that makes your project perfect.

Motivation

I have to make simple static websites (such as helptofree.org) quite often. I love making things perfect, therefore every time I set up Webpack to compress the styles, minify HTML and so on.

In order to make the process way faster, I decided to create this template with some basic configurations for building simple static websites and landing pages.

Features

  • Ready to use Webpack configuration
  • SCSS/SASS support
  • Autoprefixing and minifying CSS
  • Uglifying and transpiling JavaScript
  • Minifying HTML
  • Automatic deployment to Github Pages with Travis CI
  • Stylelint to write consistent styles
  • ESLint with Airbnb code style rules
  • Minifying SVGs with SVGO

Usage

Use this repository as a template for creating your own project. There is a "Use this template" button on the top right. Install dependencies with npm i, start a development server executing npm start and build for the production running npm run build.

Contributing

If you have any improvements on your mind, feel free to create a pull request. Your help is appreciated!

About

Simple landing page template: minification, transpiling, SASS/SCSS, code style, deployment to Github Pages, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published