Skip to content

gagal18/flipclo

Repository files navigation

flipclo (preview)

TypeScript React Vite Zustand Firebase

Table of Contents

Getting Started

These instructions will help you set up the project locally on your machine for development and testing purposes.

Prerequisites

Make sure you have the following software installed on your machine:

  • Node.js (i used 18.16.0)
  • npm (i used 9.5.1)

Installation

Follow these steps to set up the project:

  1. Clone the repository:
git clone https://github.com/gagal18/flipclo.git
  1. Navigate to the project directory:
cd flipclo
  1. Install dependencies:
npm install

Development Server

To start the development server, run the following command:

npm run dev

This will start the development server at http://localhost:5173.

Build

To build the project for production, run the following command:

npm run build

You can access Firebase credentials by checking this tutorial by visiting the following URL: Firebase Authentication in a React App to create and get ENV Variables, stored in .env.example

Technologies Used

This project is built using the following technologies:

  • React
  • TypeScript
  • Vite
  • Tailwind CSS
  • DaisyUI
  • Zustand
  • Firebase

Releases

No releases published

Packages

No packages published