Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.67 KB

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.