A realtime todo app built with Laravel,Vue.js and Pusher
Make sure you have npm
and composer
on your local machine
- Clone this repository and cd into it
- Run
composer install
andnpm install
to download laravel dependencies - Run
php artisan key:generate
to generate a key for the app - Set up your pusher account
- Set up your database in your
.env
- Run
php artisan migrate
to build your database with tables - Execute
npm run dev
to build project assets - Execute
php artisan serve
to run the project in your browser - See the tutorial for useful notes
- Laravel
- Vue
- Vuex
- npm
- Pusher account