All Projects → Dugnist → Html5 Boilerplate

Dugnist / Html5 Boilerplate

A simple, fast, modern, pure html, css (and sass), js, live reload starter template

Projects that are alternatives of or similar to Html5 Boilerplate

Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (+116.92%)
Mutual labels:  webpack, starter-kit, boilerplate
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (-26.15%)
Mutual labels:  webpack, starter-kit, boilerplate
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+121.54%)
Mutual labels:  webpack, starter-kit, boilerplate
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+2412.31%)
Mutual labels:  webpack, starter-kit, boilerplate
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+28710.77%)
Mutual labels:  webpack, starter-kit, boilerplate
Webpack Starter
✨ A lightweight foundation for your next webpack based frontend project.
Stars: ✭ 1,745 (+2584.62%)
Mutual labels:  webpack, starter-kit, boilerplate
Webvr Webpack Boilerplate
A webvr multi-scenes Single-page application for three.js, webpack
Stars: ✭ 47 (-27.69%)
Mutual labels:  webpack, starter-kit, boilerplate
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (+126.15%)
Mutual labels:  webpack, starter-kit, boilerplate
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+252.31%)
Mutual labels:  webpack, starter-kit, boilerplate
Js Library Boilerplate
Javascript Starter Boilerplate - Webpack 4, Babel 7, UMD, Hot Reloading, and more
Stars: ✭ 202 (+210.77%)
Mutual labels:  webpack, starter-kit, boilerplate
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (+78.46%)
Mutual labels:  webpack, livereload, boilerplate
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (+490.77%)
Mutual labels:  webpack, starter-kit, boilerplate
React Webpack Babel
Simple React Webpack Babel Starter Kit
Stars: ✭ 1,241 (+1809.23%)
Mutual labels:  webpack, starter-kit, boilerplate
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+113.85%)
Mutual labels:  webpack, starter-kit, boilerplate
Minwiz
Minimal starter kit for under 2 KB sites
Stars: ✭ 228 (+250.77%)
Mutual labels:  starter-kit, boilerplate, html5
Kirby Webpack
💪 A Kirby CMS starter-kit with modern frontend tools
Stars: ✭ 150 (+130.77%)
Mutual labels:  webpack, livereload, boilerplate
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (+444.62%)
Mutual labels:  webpack, starter-kit, boilerplate
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+32300%)
Mutual labels:  webpack, boilerplate, starter-kit
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-40%)
Mutual labels:  starter-kit, boilerplate
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-40%)
Mutual labels:  starter-kit, boilerplate

html5-boilerplate
html5-boilerplate

Get started

  git clone https://github.com/Dugnist/html5-boilerplate.git my_project
  cd my_project
  npm i
  npm start

Put your files into /src folder.

Don't forget add to index.html this line:

  <script type="text/javascript" src="../build/app.js"></script>

For build

  npm run build

Features

  • Lightweight, fast opened.
  • Webpack livereload separated config
  • Html5/Css3/JS(es6/vanilla)/images(png, jpg, gif, svg) optimization/minify.
  • Include 5 pure css media queries points and best normalize css practices.
  • Include all you needed html meta tags.
  • ES6 and browserify syntax support. (require, arrow func, let const etc...).

2020 updates

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].