If you already have the Laravel project fys-backend up and running then follow this steps:
- Clone this repository
- run
cp .env.local .envand configure it with your URL API Backend - run
yarn install - run
yarn start
If you had run the php artisan db:seed command on backend project. You can pick any user of the database to login or just use:
user: admine@fys.com
password: password
Mariano Peyregne