Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 250 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 250 Bytes

Description

DB없이 사용하는 테스트용 Next Restful API 서버

Install

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run dev

# production mode
$ yarn run start:prod