cschleiden
Published on

Next.JS + Typescript

Authors

Update 7/8/2019: Next.js has just released "Zero Config TypeScript Support", so if you use the latest version, this repo is not required anymore: https://nextjs.org/blog/next-9#built-in-zero-config-typescript-support


I’ve created a small template repository to start a project with Next.Js and TypeScript setup: https://github.com/cschleiden/nextjs-typescript

  1. Just hit “Use this template”
  1. Create a new repository
  2. Clone
  3. npm i
  4. npm run dev
  1. Open localhost:3000