The special thanks goes to StartBootstrap SB Admin 2
First of all, you can clone the repository using ssh,
git clone git@github.com:d35k/laravel-bootstrap-admin-blank.git
or using https,
git clone https://github.com/d35k/laravel-bootstrap-admin-blank.git
After that, type composer install
command into you terminal for installing vendor requirements, and start to create your amazing projects, just type npm install
and npm run dev
commands for compile your amazing codes.
All you have to do is writing your code into non-compiled files. You can find the files in Resources/js and Resources/sass folder. Your admin panel SCSS files located in resources/sass/admin and JS files are located in resources/js/admin.
After compiling the whole code with npm run dev
, all of your codes goes into public/panel directory.
Happy Coding!