neoighodaro-articles / trello-clone-vue-laravel

This is a Trello clone built using Laravel and Vue. You can read about how it was created in the series.
113 stars 49 forks source link
laravel pusher trello vue

Building a Trello Clone using Laravel and Vue

This is a demo application showing how to build a simple trello clone using Laravel and Vue. You can read about how it was created on Pusher's blog.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software.

Install

Clone the git repository on your computer

$ git clone https://github.com/neoighodaro-articles/trello-clone-vue-laravel.git

You can also download the entire repository as a zip file and unpack in on your computer if you do not have git

After cloning the application, you need to install it's dependencies.

$ cd trello-clone-vue-laravel
$ composer install

Setup

Run the application

$ php artisan serve

Built With

Acknowledgments