/tdc-fe

Primary LanguageTypeScript

Project Title

A brief description of what this project does and who it's for

Tech Stack

Tech: Node 18

Run Locally

Clone the project

  git clone https://github.com/wahyunurarizky/tdc-fe.git

Go to the project directory

  cd tdc-fe

Install dependencies

  npm install

Start the server

  npm run dev

open localhost:5173

Run Use Docker Compose

  docker-compose up -d --build

open localhost:3000