Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Next Js Boilerplate | 3,671 | 17 hours ago | 3 | mit | TypeScript | |||||
🚀🎉📚 Boilerplate and Starter for Next.js 13+, Tailwind CSS 3.3 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Cypress + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS | ||||||||||
Commercejs Nextjs Demo Store | 1,010 | a month ago | 32 | bsd-3-clause | JavaScript | |||||
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts. | ||||||||||
Openship | 956 | 4 days ago | 3 | agpl-3.0 | JavaScript | |||||
multi-channel fulfillment at scale | ||||||||||
Nextsimplestarter | 898 | 3 months ago | mit | JavaScript | ||||||
:whale: Simple and Accessible PWA boilerplate with Nextjs 12 and MUI | ||||||||||
React Portfolio Template | 868 | 2 days ago | 7 | 0bsd | JavaScript | |||||
Modern React Portfolio Template (FREE) | ||||||||||
Next On Netlify | 721 | 3 | 2 years ago | 32 | May 10, 2021 | 1 | mit | JavaScript | ||
Build and deploy Next.js applications with Server-Side Rendering on Netlify! | ||||||||||
Next Cms Ghost | 559 | 5 months ago | 10 | mit | TypeScript | |||||
Publish flaring fast blogs with Next.js and Ghost CMS | ||||||||||
Jamstackthemes | 503 | 11 days ago | 30 | mit | JavaScript | |||||
A list of themes and starters for JAMstack sites. | ||||||||||
Next Js Blog Boilerplate | 492 | 4 months ago | mit | TypeScript | ||||||
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs 12, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS 3. | ||||||||||
Next Runtime | 451 | 1 | a day ago | 144 | October 17, 2022 | 61 | TypeScript | |||
The Next.js Runtime allows Next.js to run on Netlify with zero configuration |
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.