Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toklok/laravel-vue

Laravel Vue Calculator App
https://github.com/toklok/laravel-vue

Last synced: about 2 months ago
JSON representation

Laravel Vue Calculator App

Awesome Lists containing this project

README

        

## How to start

```bash
composer install
cp .env.example .env
touch database/database.sqlite
npm install
./vendor/bin/sail up
npm run dev
php artisan migrate
php artisan db:seed
```

and then visit `localhost` in your browser.