This little project is the easiest way to start playing with Bootstrap Italia.
- Clone the repo:
git clone https://github.com/italia/bootstrap-italia-playground.git
- Install dependencies:
yarn install
- Run a local server:
yarn start
- Point a browser to:
http://http://127.0.0.1:8080/
You'll find a plain HTML page linking empty CSS and JS files to enable styling. You are encouraged to edit anything inside the <main>
tag to style the page.
bootstrap-italia-playground/
│ index.html # main html file
├── css/
│ ├── main.css # working CSS file
└── js/
└── main.js # working JS file
Bootstrap Italia documentation is hosted on GitHub pages at https://italia.github.io/bootstrap-italia/.