murajun1978 / example-nextjs9-with-typescript

Example for Next.js v9 with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for Next.js v9 with TypeScript

Get started

Clone the repository:

$ git clone https://github.com/murajun1978/example-nextjs9-with-typescript.git
$ cd example-nextjs9-with-typescript

Install dependencies:

$ npm install

Run Next.js with Development Mode:

$ npm run dev

Run Jest:

$ npm test

About

Example for Next.js v9 with TypeScript

License:MIT License


Languages

Language:TypeScript 62.2%Language:JavaScript 37.8%