jaetooledev/jigsaw-bootstrap

Barebones starter template for Jigsaw that comes with Bootstrap 5 included by default

1.0.0 2021-06-27 12:32 UTC

This package is auto-updated.

Last update: 2024-04-27 19:00:13 UTC


README

badge

Jigsaw Bootstrap is a starter template for Jigsaw, the Static Site Generator created by the good folkes over at Tighten.

Installation

To install this package make sure you first install Jigsaw by running the following commands.

mkdir <your-project>
cd <your-project>
composer require tightenco/jigsaw

Then you can get started using this starter template by running the below.

./vendor/bin/jigsaw init jaetooledev/jigsaw-bootstrap

Usage

Once the above steps have been followed, it is as simple as doing a good ol' npm install and compiling. Incase you are not sure how to do this, please see the below commands.

npm install
npm run dev # to compile assets locally once
npm run watch # to spin up a little web server to see your application using HMR

Contributing

Pull requests are welcome. For dependency changes, please open an issue first to let me know what needs to be changed however, I will try my best to update the versions wherever needed.

About Me

I'm Jae, a PHP & Laravel developer based in the UK. I currently work for a large Estate Agency (Real Estate company) as a senior developer. If you are interested in finding out more about me or would like to get in touch please visit my website or my LinkedIn.

License

MIT