landingplate

A modern and landing page boilerplate with webpack and bootstrap

Usage no npm install needed!

<script type="module">
  import landingplate from 'https://cdn.skypack.dev/landingplate';
</script>

README

LandingPlate

A modern landing page boilerplate with webpack and bootstrap.

GitHub issues GitHub stars GitHub license

Overview

LandingPlate is a boilerplate that use a webpack environment supporting features like hot realoding. It's based on bootstrap using sass and html interpolation.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to dbalasdev@gmail.com.

Features

  • Webpack 4 optimized
  • HTML interpolation (partials)
  • Bootstrap
  • Sass
  • Responsive ready
  • Hot realoding

Goal

Make landing pages with a modern environment in the most productive way possible.

Getting started

git clone https://github.com/dbalas/landingplate.git landing
cd landing
yarn install
yarn start // dev
yarn build // production

Contributing

Feel free to submit pull request or suggestions here.

Contributors

  • Daniel Balastegui - Initial work - dbalas

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details