Skip to content

alifirhas/natsa2.0_Website

 
 

Repository files navigation

NatSa - Laravel 8.0+ Jetstream and Tailwind CSS

Project ini Dibuat dengan bantuan template

Requirements

  • Laravel installer
  • Composer
  • npm installer

Installation

# Clone the repository from GitHub and open the directory:
git clone https://github.com/MaulanaAlirridlo/natsa2.0_Website

# cd into your project directory
cd natsa2.0_Website

#install composer and npm packages
composer install
npm install && npm run dev

# Start prepare the environment:
cp .env.example .env // setup database credentials
php artisan key:generate
php artisan migrate
php artisan storage:link

# Run your server
php artisan serve

Project made possible thanks to:

Partisipan dan Tugas:

Repositori yang terhubung:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 64.7%
  • PHP 35.2%
  • Shell 0.1%