ERP-node/frontend
hyeonsu 7bcd405a04 데이터 관계 수정 시 라우트 변경 2025-09-09 13:48:57 +09:00
..
app 데이터 관계 수정 시 라우트 변경 2025-09-09 13:48:57 +09:00
components 데이터 관계 수정 시 라우트 변경 2025-09-09 13:48:57 +09:00
constants Merge branch 'dev' of http://39.117.244.52:3000/kjs/ERP-node into dataflowMng 2025-09-05 16:19:02 +09:00
contexts 사용자 지역 저장 로직 구현 2025-08-26 18:33:04 +09:00
docs 스타일 적용안되던 문제 수정 2025-09-04 11:33:52 +09:00
hooks 파일 컴포넌트 분리 2025-09-05 21:52:19 +09:00
lib 데이터 관계 수정 시 라우트 변경 2025-09-09 13:48:57 +09:00
providers 현대적 라이브러리 도입 완료 2025-09-02 18:25:44 +09:00
public public 폴더 추가 2025-08-28 15:13:29 +09:00
types 데이터 테이블 첨부파일 연계 2025-09-06 00:16:27 +09:00
.dockerignore 최초커밋 2025-08-21 09:41:46 +09:00
.gitignore 최초커밋 2025-08-21 09:41:46 +09:00
.prettierignore 최초커밋 2025-08-21 09:41:46 +09:00
.prettierrc 최초커밋 2025-08-21 09:41:46 +09:00
README.md 최초커밋 2025-08-21 09:41:46 +09:00
components.json 최초커밋 2025-08-21 09:41:46 +09:00
eslint.config.mjs 자바스크립트용 no-unused-vars 규칙 끄기 2025-08-26 17:21:27 +09:00
next.config.mjs 모든 곳의 API URL 통일 2025-09-04 17:19:30 +09:00
package-lock.json Merge branch 'dev' of http://39.117.244.52:3000/kjs/ERP-node into dataflowMng 2025-09-08 16:47:58 +09:00
package.json Merge branch 'dev' of http://39.117.244.52:3000/kjs/ERP-node into dataflowMng 2025-09-08 16:47:58 +09:00
postcss.config.mjs 최초커밋 2025-08-21 09:41:46 +09:00
tsconfig.json 최초커밋 2025-08-21 09:41:46 +09:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.