newearthmartin / eden_martin_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick app created with Create React App.

Usage

npm install
npm start

Then open http://localhost:3000 to view it in your browser.

Deploy

npm run build
firebase deploy

Then open https://eden-martin-test.web.app/.

Config file

For the project to work, you need to add a firebaseConfig.js file in the src folder with the following contents:

const firebaseConfig = {
  apiKey: "...",
  authDomain: "...",
  projectId: "...",
  storageBucket: "...",
  messagingSenderId: "...",
  appId: "..."
}

export default firebaseConfig

About


Languages

Language:TypeScript 62.2%Language:HTML 24.0%Language:JavaScript 7.0%Language:CSS 6.1%Language:Shell 0.7%