/vngrs

Vngrs online store

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Vngrs

Simple online store

Tech Stack

  • Firebase.
  • Firestore.
  • Firebase cloud functions (Firestore hooks).
  • Firestore rules testing using emulators.
  • Web components (Lit Element).
  • Mocha

Start the project

  1. Install the project dependencies:
npm i
  1. Build cloud functions dependencies:
cd functions
npm i
npm run build
  1. Build the project assets
npm run build
  1. Serve the project
npm run serve

Testing

Tests can be run with the test script:

npm run serve

npm run test