|
|
hace 2 años | |
|---|---|---|
| app | hace 2 años | |
| bootstrap | hace 2 años | |
| config | hace 2 años | |
| database | hace 2 años | |
| lang | hace 2 años | |
| public | hace 2 años | |
| resources | hace 2 años | |
| routes | hace 2 años | |
| storage | hace 2 años | |
| tests | hace 2 años | |
| .editorconfig | hace 2 años | |
| .env.example | hace 2 años | |
| .gitignore | hace 2 años | |
| README.md | hace 2 años | |
| artisan | hace 2 años | |
| composer.json | hace 2 años | |
| composer.lock | hace 2 años | |
| package-lock.json | hace 2 años | |
| package.json | hace 2 años | |
| phpunit.xml | hace 2 años | |
| postcss.config.js | hace 2 años | |
| tailwind.config.js | hace 2 años | |
| vite.config.js | hace 2 años |
npm install to install npm dependenciescomposer install to install composer dependenciesphp artisan migrate to publish database tablesnpm run dev to init Vite run.test URL provided bt ViteYou should now have a working version of the application in your browser.
If you do not, you may need to run php artisan serve in a different terminal window, but inside the project directory.