Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (29 loc) · 448 Bytes

File metadata and controls

46 lines (29 loc) · 448 Bytes

클라이언트

Environment Requirements

  • Node 16
  • NPM 8

Installation

Local (Development)

  1. install dependencies
npm install
  1. launch development server
npm run dev

Production (Server)

  1. install dependencies
npm install
  1. build
npm run build
  1. launch production server (with pm2)
pm2 start ecosystem.config.js

Live Site

Go to Live Site