System Requirements:
- Node.js 16.8 or later.
- pnpm - package manager (recommended)
First, install dependencies:
pnpm install
# or
npm run install
Now, run the development server:
pnpm dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/(hydrogen)/page.tsx
. The page auto-updates as you edit the file. to learn more about this template please visit our official documentation.
checkout our package.json
scripts for more command.
To learn more about Isomorphic, take a look at the following resources:
- Isomorphic Documentation - learn about isomorphic.
- Next.js Documentation - learn about Next.js features and API.
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.