Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 411 Bytes

File metadata and controls

46 lines (32 loc) · 411 Bytes

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