Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 272 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 272 Bytes

Setup VuTaL Stack for Development

Building user interactive Web Apps using VueJS, Tailwind CSS & Laravel.

Installation

git clone git@github.com:scriptmint-solution/vutal-stack-setup.git vutal-stack
cd vutal-stack
composer install
npm install
npm run dev