-
Get the sourcecode:
$ git clone https://github.com/mahdiafzal/bootstrap-boilerplate.git
-
Switch to its directory:
$ cd bootstrap-boilerplate
-
It will install dependencies:
Install with npm:$ npm install
Install with yarn:$ yarn
-
It will run project:
Run with npm:$ npm start
Run with yarn:$ yarn start
1- Added dir="rtl
attribute to <html>
or <body>
tags.
2- Uncomment two lines of under in index.html
in docs
folder.
<link rel="stylesheet" href="https://cdn.rtlcss.com/bootstrap/v4.2.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="./fonts/font-fa.css" />
3- Delete or Comment line of under in index.html
in docs
folder.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css">
4- Change lang
attribute in <html>
tag.