Skip to content

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

Notifications You must be signed in to change notification settings

cagmz/next-netlify-typescript-starter

Repository files navigation

Next + Netlify + TypeScript Starter

Netlify Status

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

Deployment on Netlify can be configured using netlify.toml.

Installation options

Option one: One-click deploy

Deploy to Netlify

  1. Click this button, follow the Netlify prompts to allow access to your GitHub account, and allow it to create a clone of this repository on your account.
  2. Clone the new repository in your GitHub account

Option two: Manual clone

  1. Clone this repo: git clone https://github.com/cagmz/next-netlify-typescript-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)

Getting Started

  1. Install dependencies
npm install
# or
yarn
  1. Run the development server:
npm run dev
# or
yarn dev

Open http://localhost:3000 to see the application and see changes in your browser by editing pages/index.tsx.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published