npm install
or
yarn add
Be sure doing in both sides (front and back).
After that you can run locally this scripts:
For the BackEnd
npm run dev
For the FrontEnd
npm start
Remember, to run this project successfully, you need your own APIKEY from Google Cloud and create your .env to import it then.