Skip to content

Commit e6fb1e3

Browse files
committed
Sample Next.js Project
1 parent c9b44c8 commit e6fb1e3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/technologies/next-js/sample-next.js-project.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
sidebar_position: 2
2+
title : Sample Next.js Project
3+
sidebar_label : Sample Project
34
---
45

56
# Sample Next.js Project
67

78
<SubHeading>Sample Next.js Project</SubHeading>
9+
810
In this page, we’ll make a quick introduction to `Next.js` and build a simple page using `Next.js`, Material UI, and the fetch API.
911

1012
Here will be the result of this tutorial.
@@ -133,4 +135,13 @@ return (
133135
134136
Open the page at `http://localhost:3000/`, and you will see the result. And voilà, we have successfully created a simple project with `Next.js`.
135137

136-
The next documentation will concern how to deploy a `Next.js` application on [Netlify](https://netlify.com/). In the meantime, you can find the code for this sample project [here](https://github.com/app-generator/sample-next-js-getting-started).
138+
The next documentation will concern how to deploy a `Next.js` application on [Netlify](https://netlify.com/).
139+
140+
In the meantime, you can find the code for this sample project [here](https://github.com/app-generator/sample-next-js-getting-started).
141+
142+
## ✅ Resources
143+
144+
- 👉 Access [AppSeed](https://appseed.us/) and start your next project
145+
- 👉 [Deploy Projects on Aws, Azure and Digital Ocean](https://www.docs.deploypro.dev/) via **DeployPRO**
146+
- 👉 Create an amazing landing page with [Simpllo, an open-source site builder](https://www.simpllo.com/)
147+
- 👉 [Django App Generator](https://app-generator.dev/django/) - A 2nd generation App Builder

0 commit comments

Comments
 (0)