This app is a language learning app that combines listening to music with traditional studying (flash cards).
In the root directory you will need a .env
file with the following variables from firebase:
REACT_APP_API_KEY=
REACT_APP_AUTH_DOMAIN=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_APP_ID=
REACT_APP_MEASUREMENT_ID=
cd ./api
and you will need a serviceAccount.json
from firebase.
npm install
then npm start
In another terminal cd ./api
and run npm install
and npm start
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.\