Skip to content

This is the repo that host the code for the frontend of All-A-Board project for the Academy September 2020 edition

Notifications You must be signed in to change notification settings

codurance/all-aboard-frontend

Repository files navigation

All Aboard Frontend Documentation

Front end of All Aboard application. This is the final project for the September-December 2020 academy. The project is a platform to learn ....
Deploy link

Developed by:

  • Fabio D'Amico GitHub Fabio
  • Ignacio Saporiti GitHub Ignacio
  • Maciej Durkiewicz GitHub Maciej
  • Martín García Blanco GitHub Martin



Index




Tech stack




FAQ

  • If you encounter issues with linter during git commit, execute the following:

    yarn prettier
    
  • make sure that the .env file is present/created in the root of the project

REACT_APP_GOOGLE_OAUTH_ID = '<GOOGLE_CLIENT_ID>'
REACT_APP_BACKEND_API_URL = '<BACKEND ENDPOINT>'