Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 744 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 744 Bytes

Laravue-starter

What's inside + Documentation

Installation

Clone this repository:

git clone https://github.com/fbrisola/laravue-starter.git [yourprojectname]

Install Laravel and Node dependencies:

cd [yourprojectname]
composer install
npm install

Generate Key and run migrations:

php artisan key:generate
php artisan migrate

Run

Build your frontend package:

npm run watch

Start the PHP built-in server:

php artisan serve

Documentation