0C3L0T / DG-CarCounter

inventory system for a carwash made with typescript and firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Run the following command to install the dependencies:

$ npm install # or pnpm install or yarn install

You will also need to install the firebase-cli to use the emulators.

To install the emulators

$ firebase init emulators

This project uses TypeScript, SolidJs, Firebase and vite as the build tool

Available Scripts

In the project directory, you can run:

npm run emulators

to start the emulators

In another terminal, you can run:

npm run dev

to start the dev server

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

The emulators will also be running on http://localhost:4000

About

inventory system for a carwash made with typescript and firebase


Languages

Language:TypeScript 72.7%Language:SCSS 25.6%Language:HTML 1.0%Language:CSS 0.7%