Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (33 loc) · 2.03 KB

README.md

File metadata and controls

49 lines (33 loc) · 2.03 KB

barba-starter-template

This project is a starting point for everyone wanting to create beautiful websites with barba.js.

It includes following features and packages:

Features

Packages

  • barba.js
  • bootstrap
  • jquery (Is included because it is a dependency of bootstrap.js features (Tabs, Tooltip...). If you don't plan to use them, you can uninstall it.)
  • popper.js (Included for the same reason as jquery)

Usage

Installation:

git clone https://github.com/mrsamse/barba-starter-template.git
cd barba-starter-template 
npm install

Watch for changes in your style & code files:

npm run dev

Create a production ready build:

npm run build

Note

This project has been intentionally kept very simple and maybe a bit "old-schoolish". For example it doesn't include a server which reloads when changes are made, because most of the time I work with a MAMP server on my computer and like to reload on my own :-D.

If you have issues or questions, open an issue here on Github or make a pull request.