Acquati / next-with-typescript-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Next.js example

This is a project that shows the usage of Next.js with TypeScript.

Contain an axample of a blog using Markdown files and a users API.

Find out more at this tutorial nextjs.org/learn/basics/create-nextjs-app

Setup

// Install Packages:
yarn install

// Develop mode:
yarn dev

Visit localhost:3000

// Build for production:
yarn build

// Start server for production:
yarn start

// TypeScript check:
yarn type-check

Deploy your own

Deploy the example using Vercel.

About


Languages

Language:TypeScript 59.2%Language:Sass 40.8%