Personal Page

Run the backend project

Before to run the frontend project, it's necessary to run the backend server to be ready to expose the required data by the frontend layer

$ yarn run start-backend

Run the frontend project

This project is configured with Gulp

To run in development mode (synchronized browser), run dev task

$ yarn run start dev

To prepare the project to create a deliverable version, run default task

$ yarn run start