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

jirapat-thebeyondestates/nextjs-redux

Repository files navigation

Getting Started

First, run the development server:

# first run command, if not have `node_modules`
npm install

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