/frontend

[FE] 중고거래 플랫폼 개발 프로젝트

Primary LanguageJavaScript

Description

Tomato Market Frontend

Version

  • React 18.2.0
  • NodeJS 18.16.0

Installation

$ npm ci

Running the app

# development run
$ npm run dev

Build

$ npm run build

Lint / Prettier

# prettier
$ npm run prettier:check
$ npm run prettier:fix

# lint
$ npm run lint:check
$ npm run lint:fix

Test

# test
$ npm run test