Getting Started with Jigsaw
Getting started with Jigsaw has been a breeze. Tighten has made a easy to use static site generator that uses the blade templates that we already know an love.
Per the documentation website website:
- PHP 7
- Composer
- Node.js
- Create a project directory
mkdir my-site
- Install Jigsaw using Composer
cd my-site
composer require tightenco/jigsaw
- Run the init command
./vendor/bin/jigsaw init
- Run the dev script to build the site
npm install
npm run dev
Then off you go!