Make sure you have following installed on your system
- clone this repo
git clone git@github.com:jsharma44/express-typescript-babel-firestore-starter.git- install
yarn run copy && yarn install -
Go to firebase Console and create a firebase project and create a firestore document. Now go to Project Setting -> servicea ccounts and download your service account key file.
-
copy paste content of key file to (serviceAccountKey.json)(serviceAccountKey.json)
-
set envouirnment confing in .env
- For developmet
yarn run dev- For Production
yarn run start