by @techhive.IO
- Live Demo
- Getting Started
- Useful Commands
- Goals
- Features
- Learning Materials
- Bugs
- Contributors
- License
git clone --depth 1 https://github.com/techhiveIO/nextjs-blog-starter-kit my-project
cd my-project
rm -r .git
cp .env.example .env
npm run dev
Make sure you enter the correct values in your .env
file:
CONTENTFUL_SPACE=<your contentful space>
CONTENTFUL_TOKEN=<your contentful token>
PUBLIC_DOMAIN=<your domain name>
dev
- start application in development modebuild
- build application in production modestart
- start application in production modeexport
- build and export application into a static websitepostexport
- runs the post-export.js script, creates the sitemap.xmltype-check
- type checking for typescriptformat:write
- runs prettier to format whole code base (.ts
and.css
)lint
- lints project using eslint,populate:contentful
- populates Contentful CMS
Developers often want a good starting point when implementing a new website. With this starter kit, the developer can implement a new blog, or use it as a inspiration to build any static website using NextJS.
- Next.Js with Typescript support out of the box
- Static Export out of the box
- Contentful Integration with scripts to automatically populate your CMS
- Easy integration and Deployment over Netlify and Vercel (formerly ZEIT)
- Custom components
- SEO friendly, with dynamic meta tags
- Google Analytics
- Optimized for speed and scalability
- Relevant Suggestions for every blog post
- Next.Js (V9+)
- Typescript
- Netlify
- Contentful
How to build a powerful blog with NextJS and Contentful
Making your blog smarterβ-βHow to implement suggestions
Please make sure you fill in the appropriate fields when submitting an issue. Our team will try to resolve it as soon as possible
Want to start contributing to open source with Next.Js ?
Leave your mark and join the growing team of contributors!
Get started by checking out list of open issues and reading Contributor Guide
Abdul Rahman Zantout π» π |
Ali El-Obaji π» π |
NextJS Static Starter is Β© 2020 Techhive.IO LLC . It is distributed under the Creative Commons Attribution License.
The names and logos for techhive.io are trademarks of techhive.io LLC.