Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 770 Bytes

File metadata and controls

29 lines (18 loc) · 770 Bytes

LangMusik

About

This app is a language learning app that combines listening to music with traditional studying (flash cards).

Setup files

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.

In the root project directory, to run:

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.\