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 installandnpm installto download laravel dependencies - Run
php artisan key:generateto generate a key for the app - Set up your pusher account
- Set up your database in your
.env - Run
php artisan migrateto build your database with tables - Execute
npm run devto build project assets - Execute
php artisan serveto run the project in your browser - See the tutorial for useful notes
- Laravel
- Vue
- Vuex
- npm
- Pusher account
