All Projects → BraydenTW → create-html-boilerplate

BraydenTW / create-html-boilerplate

Licence: MIT license
Generate a vanilla HTML/CSS boilerplate in a flash! ⚡

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to create-html-boilerplate

morrowind-sharp
A Morrowind modding guide. New and experienced players welcomed.
Stars: ✭ 107 (+268.97%)
Mutual labels:  vanilla
EasyScrollDots
Single page scroll JavaScript plugin that allows for vertical navigation of page sections
Stars: ✭ 38 (+31.03%)
Mutual labels:  vanilla
PHP-Vanilla-Buycraft
A basic "BuyCraft" implementation written in PHP for pure vanilla Minecraft servers.
Stars: ✭ 17 (-41.38%)
Mutual labels:  vanilla
ElvUI
ElvUI for World of Warcraft - Vanilla (1.12.1)
Stars: ✭ 67 (+131.03%)
Mutual labels:  vanilla
SuperMacro
Addons for World of Warcraft 1.12.1
Stars: ✭ 21 (-27.59%)
Mutual labels:  vanilla
drawer
A touch-enabled drawer component for the modern web.
Stars: ✭ 26 (-10.34%)
Mutual labels:  vanilla
wui
Collection of GUI widgets for the web
Stars: ✭ 44 (+51.72%)
Mutual labels:  vanilla
BetterVanillaGenerator
This plugin not only provides better terrain generators for Nukkit, you can also customize your world by modifying the configuration.
Stars: ✭ 26 (-10.34%)
Mutual labels:  vanilla
VanillaReimplementation
[Paused - Far from done] Reimplementation of Vanilla features in Minestom
Stars: ✭ 67 (+131.03%)
Mutual labels:  vanilla
react-typewriter-js
Simple vanilla JS script to simulate text typewriting effect.
Stars: ✭ 18 (-37.93%)
Mutual labels:  vanilla
wc-monaco-editor
A vanilla Monaco Editor web component
Stars: ✭ 93 (+220.69%)
Mutual labels:  vanilla
BetterAlign
A better version of Align for Vanilla WoW
Stars: ✭ 16 (-44.83%)
Mutual labels:  vanilla
touchMyRipple
A simple library for apply the ripple effect where you want
Stars: ✭ 19 (-34.48%)
Mutual labels:  vanilla
lazy-cache
Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.
Stars: ✭ 51 (+75.86%)
Mutual labels:  vanilla
Hack-Z370-HD3P-i5-8400
My main Hackintosh running Monterey with a i5-8400 and a Gigabyte Z370-HD3P.
Stars: ✭ 56 (+93.1%)
Mutual labels:  vanilla
pfQuest
A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC
Stars: ✭ 109 (+275.86%)
Mutual labels:  vanilla
vanilla-jsx
Vanilla jsx without runtime. HTML Tag return DOM in js, No virtual DOM.
Stars: ✭ 70 (+141.38%)
Mutual labels:  vanilla
vanilla-di-manifesto
We love DI, but we don't use any DI libraries. Why?
Stars: ✭ 108 (+272.41%)
Mutual labels:  vanilla
tobii
An accessible, open-source lightbox with no dependencies
Stars: ✭ 132 (+355.17%)
Mutual labels:  vanilla
ClassicEmu
ClassicEmu is an Open Source Server for World of Warcraft (1.12.1, 2.4.3 and 3.3.5a) written in .NET6
Stars: ✭ 33 (+13.79%)
Mutual labels:  vanilla

Create HTML Boilerplate

Generate a vanilla HTML/CSS boilerplate in a flash!

Baby gif

Quick Overview

npx create-html-boilerplate my-app
cd my-app

If you've previously installed create-html-boilerplate globally via npm install -g create-html-boilerplate, we recommend you uninstall the package using npm uninstall -g create-html-boilerplate to ensure that npx always uses the latest version.

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

By using an extension like Live Server on VSCode, you can view the file live at http://localhost:5500/

Creating an App

You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

To create a new app, you may choose one of the following methods:

npx

npx create-html-boilerplate my-app

(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions)

npm

npm create-html-boilerplate -g
create-html-boilerplate my-app

Once you've created the boilerplate, cd into your project by running the follwing command:

cd my-app

Get Started Immediately

Don't need all the crazy frameworks and tools? Start fresh with a minimal HTML, CSS, and Javascript folder structure.

By running the simple CLI, you can generate a folder structure like so:

my-app
├── index.html
├── styles
│   ├── main.css
├── scripts
│   ├── main.js

Contributing to this project 👊

Thanks for showing interest to contribute to Create HTML Boilerplate 💖, you rock!

Follow the directions below to setup your project and contribute to this repository.

  1. Fork the repo (click the Fork button at the top right of this page)

  2. Clone your fork locally

git clone https://github.com/<YOUR_USERNAME>/create-html-boilerplate.git
cd create-html-boilerplate
  1. Setup all the dependencies and packages
npm install

Once you submit a PR, we'll respond as soon as possible so we can take a look at what you've made!

Making a Pull Request? 🔁

That's awesome! Start by following the instructions given earlier of how to run this project on your system locally.

Then, commit and push your changes:

git add .
git commit -m "My commit message"
git push

Once finished, you can create a pull request!

Is it your first time? Check out this link to learn how to submit a pull request.

Think you found a bug? 🐛

Please submit an issue and provide a clear path to reproduction with a code example.

The clearer you are, the easier it will be for us help!

License

Create HTML Boilerplate is open source software licensed as MIT.


Like my work?

Buy Me A Coffee

Made by @BraydenTW

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].