Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toklok/laravel-vue
- Owner: toklok
- Created: 2024-03-01T15:48:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:33:39.000Z (10 months ago)
- Last Synced: 2024-11-10T11:50:04.418Z (3 months ago)
- Language: PHP
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.