Skip to content

Code-Club-17/website

 
 

Repository files navigation

Code club website using Laravel, vue.js React

Simple project showing how Laravel works with Vue.js. React.



How to use

  • Clone the repository with git clone

  • Copy .env.example file to .env and edit database credentials there

  • Run composer install

  • Run php artisan key:generate

  • Run php artisan migrate

  • Run npm install Or yarn install

  • Run npm run dev Or npm run watch (to rebuild whenever changes are made to one of resources files)

  • In a separated terminal run php artisan serve

  • That's it - you can load the homepage at localhost:8000


License


Contributors