/example-nextjs9-with-typescript

Example for Next.js v9 with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

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