Skip to content

capsulescodes/articles

 
 

Repository files navigation

About

Craft emails with Vue and Tailwind using Inertia Mailable.


Installation

  1. Checkout branch
git clone http://github.com/capsulescodes/articles.git

cd articles

git checkout 017-craft-emails-with-vue-and-tailwind-using-inertia-mailable

  1. Install dependencies
composer install

npm install

  1. Add environment and generate key
cp .env.example .env

php artisan key:generate

  1. Link your project
valet link article || herd link article || php artisan serve

  1. Build SSR files
npm run ssr

  1. Visit your website : http://article.test