Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.41 KB

README.md

File metadata and controls

53 lines (46 loc) · 1.41 KB

CircleCI Codacy Badge codecov

Learning Hub

Fast and easy learning platform where you can start courses and track your progress.

Technology stack:

  • React
  • Firebase
  • react-router
  • Sass
  • Jest
  • Enzyme


Running locally

  1. Create file firebaseAuth.js inside components directory with your firebase informations:
// firebaseAuth.js file template

const config = {
  apiKey: "XXX",
  authDomain: "XXX",
  databaseURL: "XXX",
  projectId: "XXX",
  storageBucket: "XXX",
  messagingSenderId: "XXX",
  appId: "XXX",
  measurementId: "XXX"
};
export default config;
  1. Install required modules:
$ npm install
  1. Start application:
$ npm start
  1. Open web browser to: http://localhost:3000/

TODO:

  • Tests