Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 595 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 595 Bytes

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.