All Projects → cassidoo → Next Netlify Starter

cassidoo / Next Netlify Starter

A one-click starter project for Next and Netlify

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Next Netlify Starter

nativesintech.org
The repository for the Natives in Tech website
Stars: ✭ 37 (-85.14%)
Mutual labels:  nextjs, netlify
Next On Netlify
Build and deploy Next.js applications with Server-Side Rendering on Netlify!
Stars: ✭ 719 (+188.76%)
Mutual labels:  netlify, nextjs
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (-77.51%)
Mutual labels:  nextjs, netlify
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+195.98%)
Mutual labels:  netlify, nextjs
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-46.18%)
Mutual labels:  netlify, nextjs
Next Netlify Blog Starter
A lightweight markdown blog starter built with Next.js 9.5+ and Netlify
Stars: ✭ 170 (-31.73%)
Mutual labels:  netlify, nextjs
Jamstackthemes
A list of themes and starters for JAMstack sites.
Stars: ✭ 298 (+19.68%)
Mutual labels:  netlify, nextjs
Next Purescript Example
Simple example app using Next.js with Purescript
Stars: ✭ 35 (-85.94%)
Mutual labels:  netlify, nextjs
Next On Netlify Demo
Demo of a Next.js app with Server-Side Rendering on Netlify
Stars: ✭ 40 (-83.94%)
Mutual labels:  netlify, nextjs
Nextjs Netlify Blog Template
Next.js blogging template for Netlify
Stars: ✭ 141 (-43.37%)
Mutual labels:  netlify, nextjs
Next Adventure
A crowdsourced, mad-lib, choose your own adventure story!
Stars: ✭ 175 (-29.72%)
Mutual labels:  netlify, nextjs
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (-5.62%)
Mutual labels:  netlify
Next Antd Scaffold
🏠 A simple scaffold based on Next.js for quick use with ant-design, redux, redux-saga, fetch and pm2.
Stars: ✭ 222 (-10.84%)
Mutual labels:  nextjs
Next Blog Firestore
Example of blog built with React, Next.js, Firebase Firestore, Styled-Component, Mobx State Tree and other cool technologies
Stars: ✭ 219 (-12.05%)
Mutual labels:  nextjs
Netlify Statuskit
Netlify StatusKit is a template to deploy your own Status pages on Netlify.
Stars: ✭ 216 (-13.25%)
Mutual labels:  netlify
Hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 242 (-2.81%)
Mutual labels:  nextjs
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (-6.02%)
Mutual labels:  netlify
Useauth
The simplest way to add authentication to your React app. Supports various providers.
Stars: ✭ 2,532 (+916.87%)
Mutual labels:  nextjs
Firebase Functions Next Example
Host a Next.js SSR React app on Cloud Functions for Firebase with Firebase Hosting
Stars: ✭ 215 (-13.65%)
Mutual labels:  nextjs
Next Startd
⚡ Free Next.js landing page template for SaaS products, online services and more.
Stars: ✭ 211 (-15.26%)
Mutual labels:  nextjs

Next + Netlify Starter

Netlify Status

This is a Next.js v10.0.9 project bootstrapped with create-next-app and set up to be instantly deployed to Netlify!

This project is a very minimal starter that includes 2 sample components, a global stylesheet, a netlify.toml for deployment, and a jsconfig.json for setting up absolute imports and aliases. It also includes the Essential Next.js Build Plugin, which will allow for you to implement features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing.

Deploy to Netlify

(If you click this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify)

Getting Started

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.

Installation options

Option one: One-click deploy

Deploy to Netlify

Option two: Manual clone

  1. Clone this repo: git clone https://github.com/cassidoo/next-netlify-starter.git
  2. Navigate to the directory and run npm run dev
  3. Make your changes
  4. Connect to Netlify manually (the netlify.toml file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].