Demo Todos app using Meteor, React+Redux and Lumen backend
Sample Todos app created for a tech assignment and as a learning exercise.
Backend built as simple REST Apis using Lumen, easiest to get it up and running is with Laravel’s Homestead
cd backend
vagrant up
php artisan migrate
Frontend built with Meteor & React+Redux
cd frontend
meteor npm install
# make a copy of settings-dev.json.example and fill in the auth0 details
meteor --settings settings-dev.json
Open tasks:
New tech used: