Skip to content

pattnaik-soumitri/aus-order-app

Repository files navigation

AUS Orders App

🌍 Live URL: https://aus-order-form.web.app

Project Setup

git pull
npm install

Run locally / Start dev server

npm run dev

🏚️ Local URL: http://loclhost:5173/

Note: Ctrl + C to stop dev server

Deploy

npm run build-deploy

Testing App using Emulator:

Initialize firebase using firebase-CLI
firebase init
Firebase emulator settings choices after init

choose the following settings after you run init:

  1. Firestore
  2. Emulators

Then for the emulator settings choose:

  1. Authentication
  2. Firestore
Start all Emulators (Firestore, Auth), run dev
firestore emulators:start
npm run dev
Store data using export (before stopping emulators)
firebase emulators:export ./data/
Restore data using import (before starting emulators)
firebase emulators:start --import=./data

or if you want to start emulator with overwritten data

firebase emulators:start --force ./data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published