gringrape / coding-life

여러가지 실험, 문제 풀이, 연습
1 stars 0 forks source link

Next.js + store #37

Open gringrape opened 1 year ago

gringrape commented 1 year ago

목표.

gringrape commented 1 year ago

Setup

TypeScript

pnpm add typescript

Jest

pnpm add jest @types/jest

Next.js

Next.js Manual setup

pnpm add next react react-dom