Skip to content

shhdharmen/bootstrap-checkbox

Repository files navigation

Bootstrap Custom Checkboxes and Radios

This repo is created for my article Create custom checkboxes and radios in Bootstrap.

🚀 Getting Started

☑️ Minimum Requirements

node -v
// v10.17.0
git --version
// git version 2.x

⬇️ Steps to Follow

  1. Open terminal and:
git clone https://github.com/shhdharmen/bootstrap-checkbox.git
cd bootstrap-checkbox
npm i
npm start
  1. Browser will open at 3000 port.
  2. Start editing your scss/html files and browser will reload.