/test-WMWISE

test-WMWISE

Primary LanguagePHP

Installation

-First we need to clone the repository -Then we use the command 'composer install', this command install all the dependencies of the proyect. -After that, it's moment to install de node package modules with this command 'npm install'. -The last thing we need to do is configure our environment variables. -The las variable we need to set is a file that we find in resource/js/config.js. This js file has a object with a property called api_url, in this property is assigned the api url. -To run the proyect, we use the command 'npm run dev' and it going to start.