Zesty.io Documentation
Zesty.io
Open Source
ATOM Plugin
Start Trial
Search…
Introduction
Quick Start Guide
Common Concepts
Glossary
Services
WebEngine
DAM (Media Management)
Accounts UI
Manager UI
EcoSystems
APIs
Overview
Auth API
Accounts API
Instances API
JSON Endpoints
Instant API (Read Only)
GraphQL
Tools & Resources
Guides
Node SDK
Atom IDE Package
Chrome Browser Extension
Headless Code Examples
NextJS
React
Swift
React Ruby Build Guide
Jekyll Static Site
Hugo Static Site
Salesforce Commerce Cloud
Community
RFCs/Specs
Powered By
GitBook
NextJS
How to run NextJS with Zesty.io
Getting Started
Node and NPM need to be installed. From your command line.
1
npx create-next-app --example https://github.com/zesty-io/nextjs-starter
2
​
3
cd nextjs-starter
4
​
5
npm run dev
6
​
7
## open browser to http://localhost:3000/
Copied!
Syncing Zesty.io Models to Next JS
From the command line at the root of the project run:
1
npm run sync
Copied!
or
1
node lib/sync.js
Copied!
This will create new files where needed, but will not overwrite existing files.
NextJS Zesty.io Resources
NextJS Starter open-source Github repository
https://github.com/zesty-io/nextjs-starter
​
NextJS Demonstration on YouTube
https://www.youtube.com/watch?v=h9WMdlQyFgU
​
Tools & Resources - Previous
Headless Code Examples
Next
React
Last modified
2mo ago
Export as PDF
Copy link
Contents
Getting Started
Syncing Zesty.io Models to Next JS
NextJS Zesty.io Resources