/example-nextjs-with-typescript

An example for Next.js with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

Example for Next.js with TypeScript

Get started

Clone the repository:

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

Install dependencies:

$ npm install

Run Next.js with Development Mode:

$ npm run dev

Run test with Jest:

$ npm test

Run Storybook:

$ npm run start:storybook