☝️ next-ts-template

Usage

$ git clone git@github.com:yutosagawa/next-ts-template.git
$ cd next-ts-template
$ cp env.sample.js env.develop.js
$ yarn
$ yarn dev

Feature

Language

  • TypeScript

Framework

  • Next.js

UI Library

  • React.js

Styling

  • styled-components

Global Store

  • redux
    • redux-hooks
    • immer
    • reselect

Testing

  • Jest
  • Codecov

Network Service

  • Axios

Linter and Formatter

  • ESLint
  • Prettier
  • husky