Next.js, TypeScript, SCSS, Redux Toolkit, PWA, Jest, Cypress, Storybook
ヒガ 氏の記事をもとに初期構成をゼロから構築。
状態管理は Redux Toolkit を採用。(後にRecoilの存在を忘れていたことが発覚…)
SCSSをカスタマイズしつつ、ページトランジションとページ遷移時のプログレスバーを追加実装。
ヒガ氏に心より謝辞を申し上げます。
$ git clone https://github.com/115design/nextjs-template.git
$ cd nextjs-template
$ yarn install
$ yarn husky install
$ yarn dev
or
$ yarn start
Next.js: http://localhost:3000
$ yarn storybook
Next.js: http://localhost:6006