Skip to content

alvareztech/maksha-web

Repository files navigation

Maksha project

This is the first version of ALVAREZ.tech website: https://alvarez.tech

Technologies

Firebase

  • Firebase Realtime Database
  • Firebase Authentication
  • Firebase Cloud Funcions
  • Firebase Hosting

Something more...

Angular

Angular CLI

Angular Material

AngularFire2

Something more...

For your own version

  1. Clone the repository
  2. npm install
  3. Create your Firebase project and prepare the services: console.firebase.google.com
  4. Create the file /src/app/keys.ts with your Firebase project information:
export const FIREBASE_CONFIG = {
  apiKey: 'API_KEY_HERE',
  authDomain: 'DOMAIN_HERE',
  databaseURL: 'URL_HERE',
  projectId: 'PROJECT_ID_HERE',
  storageBucket: 'STORAGE_BUCKET_HERE',
  messagingSenderId: 'SENDER_ID_HERE'
};
  1. ng serve
  2. Enjoy! XD

Soon more information and new version. You can write me to: daniel@alvarez.tech