Projet VueJs du cours GUI2 au CPNV
Clone the repository with
git clone https://github.com/Dardanboy/VueJsGui2.gitGo to your project folder and run the installation of laravel dependencies.
cd /path/to/your/local/clone/of/VueJsGui2
# install composer dependencies
composer install
# install the npm dependencies
npm iWhen the dependencies are installed you must duplicate the .env.example file and rename it to .env.
Finally, for laravel to work properly, you must generate the application key.
cd /path/to/your/local/clone/of/VueJsGui2
php artisan key:generatephp artisan serveAccess localhost:8000 By Default (has to be change to another Port if already Used)