Giter Site home page Giter Site logo

shaunkleyn / static-html-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nfmohit/static-html-boilerplate

0.0 0.0 0.0 410 KB

Boilerplate for developing static HTML websites/web-apps.

Shell 20.20% JavaScript 26.73% CSS 8.63% HTML 44.44%

static-html-boilerplate's Introduction

Description

This static HTML boilerplate is our go-to template when me or my team is developing a static HTML project. It has all the goodies built-in so that we don’t have to configure everything from scratch every time we start a new project.

Use Cases

This is very simple and straightforward. Just cloning will provide you with a package to start an HTML project.

Core Features

  1. Uses Webpack for bundling all files and folders.
  2. Supports SASS.
  3. Outputs minified and combined CSS and JS assets.
  4. Has built-in support for Bootstrap.
  5. Has built-in support for FontAwesome.

Coming Soon

  1. BrowserSync support for seamless development experience.

Usage

  1. Clone the repository: git clone https://github.com/nfmohit-wpmudev/static-html-boilerplate.git.
  2. Install dependencies: npm install.
  3. Development script: npm run dev.
  4. Build Script: npm run build.
  5. Archive Script: npm run archive.

File Structure

Upon download (built state), the file structure should look like the following:

static-html-boilerplate/
├── assets/
|   ├── dist/
|   |   ├── css/
|   |   |   ├── main.min.css
|   |   ├── fonts/
|   |   ├── js/
|   |   |   ├── main.min.js
|   ├── src/
|   |   ├── fonts/
|   |   ├── images/
|   |   ├── js/
|   |   |   ├── main.js
|   |   ├── sass
|   |   |   ├── main.scss

Sponsor

You can sponsor this project and support my open-source development by becoming a Patron!

static-html-boilerplate's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.