Skip to content

Such a template that implements Next.js with TypeScript, uses ChakraUI for CSS, and uses Jest for testing.

License

Notifications You must be signed in to change notification settings

89Dojo/my-nextjs-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header

This template implements Next.js with TypeScript, uses ChakraUI for CSS, uses Jest for testing, StoryBook for cataloging components, and Recoil for state management.

Test

BackGround

I've had more and more opportunities to create everything with Next.js, but it's getting to be a hassle to modify the project from create-next-app to my liking every time. So I decided to create a template to speed up the development process.

Getting Started

development

yarn dev

build

yarn build

typecheck

yarn typecheck

format for prettier

yarn format

Test

yarn test

Test(Update S)

StoryBook

yarn storybook

Demo

Demo site is here

storybook

https://tubone24.github.io/my-nextjs-template/sb/

Lighthouse

https://tubone24.github.io/my-nextjs-template/lh/report.html

About

Such a template that implements Next.js with TypeScript, uses ChakraUI for CSS, and uses Jest for testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • JavaScript 9.3%
  • Shell 0.2%