You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux
41
-
cd with-redux
42
-
```
43
-
44
-
Install it and run:
45
-
46
-
```bash
47
-
npm install
48
-
npm run dev
49
-
# or
50
-
yarn
51
-
yarn dev
52
-
```
53
-
54
35
Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
0 commit comments