https://github.com/soaple/first-met-nextjs-practice
소플의 처음 만난 Next.js 실습 소스코드
https://github.com/soaple/first-met-nextjs-practice
Last synced: about 1 month ago
JSON representation
소플의 처음 만난 Next.js 실습 소스코드
- Host: GitHub
- URL: https://github.com/soaple/first-met-nextjs-practice
- Owner: soaple
- Created: 2025-03-12T04:10:10.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-03-12T04:13:55.000Z (about 1 month ago)
- Last Synced: 2025-03-12T05:20:42.445Z (about 1 month ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 소플의 처음 만난 Next.js 실습 소스코드
웹 애플리케이션을 개발모드로 실행합니다.
```bash
npm run dev
```이후 [http://localhost:3000](http://localhost:3000)에서 접속 가능합니다.