Blade Ui Kit Demo Save

A demo Laravel project for Blade UI Kit.

Project README

Blade UI Kit Demo Project

Tests

This is a demo Laravel project which demonstrate the usage for some of the components from Blade UI Kit.

It's built using components from Tailwind UI by Adam Wathan & Steve Schoger.

Requirements

The following tools are required in order to start the installation.

Installation

  1. Clone this repository locally with git clone [email protected]:blade-ui-kit/demo.git blade-ui-kit-demo
  2. Create database/database.sqlite file to local database
  3. Copy the .env.example file to .env
  4. Install the PHP dependencies with composer install
  5. Generate a new app key with php artisan key:generate
  6. Prepare the database by running php artisan migrate --seed
  7. Install and compile the front-end dependencies with npm install && npm run dev
  8. Set a valid UNSPLASH_ACCESS_KEY and MAPBOX_PUBLIC_TOKEN value in your .env file
  9. Serve the website locally by running php artisan serve

You can now visit the app in your browser by visiting http://127.0.0.1:8000. You can login in with [email protected] & password.

Commands

Command Description
php artisan test Run the tests
php artisan migrate:fresh --seed Reset the database
npm run watch Watch for changes in CSS and JS files
Open Source Agenda is not affiliated with "Blade Ui Kit Demo" Project. README Source: blade-ui-kit/demo
Stars
231
Open Issues
1
Last Commit
1 month ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating