Ut0n69 / next-ts-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☝️ 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

About


Languages

Language:TypeScript 91.9%Language:JavaScript 8.1%