Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 857 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 857 Bytes

Bootstrap Italia Playground

This little project is the easiest way to start playing with Bootstrap Italia.

Getting started

  • 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/

What's included

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

Reference

Bootstrap Italia documentation is hosted on GitHub pages at https://italia.github.io/bootstrap-italia/.