A progressive web app (PWA) built on React, Redux and Firebase.
Watch English accent videos and get an insight into the different ways the language is used by native speakers around the world.
In order to run this app locally you will need a Firebase app and a Google Maps API key.
- Clone this repo
- Run
npm install
- Rename
/src/config.example.js
to/src/config.js
and add your Google Maps API key and Firebase config - Import
/data.example.js
or this JSON file into your Firebase database - Run
npm run start
and visit localhost:3000
- Run
npm run build
- The compiled version will live in
/dist/
Follow the instructions here to deploy the app to Firebase.
Once the Firebase CLI is installed and your app set up locally you can run
npm run deploy
to build and deploy.
This project is licensed under the terms of the MIT license.
- English Accents CLI - The command-line interface (CLI).
- English Accents Database - The JSON database.