Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.23 KB

Next.js Typescript Starter

Next.js starter setup with

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/devpeerapong/nextjs-typescript-starter next-app
# or
yarn create next-app --example https://github.com/devpeerapong/nextjs-typescript-starter next-app

This setup is based on