Makeswift Next.js Starter

R
Renaudil y a 2 jours
0

Description

A Next.js application configured out of the box to work with the Makeswift builder.

npx boilerapp makeswift-starter

文档

Makeswift Next.js Starter

Demo

https://makeswift-examples-basic-typescript.vercel.app/

Getting Started

This template contains a simple Next.js app integrated with Makeswift so you can visually edit your Next.js pages.

Automatic Setup

Use the Makeswift CLI to clone this repo and set everything up with a single command:

npx makeswift@latest init --example=basic-typescript

Manual Setup

Alternatively, you can set things up manually without using the CLI.

Once you've cloned the repository, install the dependencies:

yarn install

Then, find your Makeswift's site API key in our site's setting and add it to your .env.local file:

MAKESWIFT_SITE_API_KEY=<your_makeswift_site_api_key>

Next, start your Next.js development server:

yarn dev

Finally, update your Makeswift site's host URL in to your local development server (e.g., http://localhost:3000). Your site's host URL is found in your Makeswift site's settings.

Learn More

To learn more about Next.js or Makeswift, take a look at the following resources:

Deploy with Vercel

Prix

Gratuit

FREE

评论 (0)

常见问题

常见问题解答 (FAQ)

有问题?我们有答案。如果您找不到想要的答案,请随时联系我们。

Boilerapp 是一个专门用于分享 Boilerplates、入门套件(Starter Kits)和项目模版的开发者社区平台。我们的目标很简单:为您节省初始配置(Setup)的时间,让您可以专注于真正重要的代码。无论您是在寻找简单的代码库还是完整的 SaaS 项目,都能在这里找到。

还有其他问题?

我们的团队随时为您提供帮助。联系我们,我们将尽快回复。

Makeswift Next.js Starter | BoilerApp