/modfod

Primary LanguageTypeScript

Installation

Clone the project:

git clone https://github.com/bukananko/tugas-frontend.git

Open the directory and install the dependencies with the one of your favorite package manager:

cd tugas-frontend

# Node.js package manager
npm install

# Yarn package manager
yarn install

# pnpm package manager
pnpm install

# Bun runtime
bun install

Start the build process:

Command Description
npm run dev Start the development instance of the app
npm run build Build the app for production
npm start Start the app in production mode