Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 480 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 480 Bytes

Curb Run

Stack

  • Backend: Laravel 7
  • Frontend: Vue.js, Tailwind CSS (using components from Tailwind UI)
  • Infrastructure: Hosted on AWS Lambda via Laravel Vapor

Development

Install dependencies

composer install
npm install

Development server

# Run database migrations
php artisan migrate --seed

# Start development server and frontend asset watcher
php artisan serve
npm run watch

Deployment

vapor deploy production