An open API service indexing awesome lists of open source software.

https://github.com/jsonfm/nextjs-typescript-starter

A starter template with next.js, tailwind and typescript.
https://github.com/jsonfm/nextjs-typescript-starter

axios cypress husky jest next-auth nextjs swr tailwind typescript

Last synced: 2 months ago
JSON representation

A starter template with next.js, tailwind and typescript.

Awesome Lists containing this project

README

          

### Next.js

A TypeScript starter template for Next.js that includes:

- 🔵 Typescript
- 💖 Prettier
- ⚛️ Redux Toolkit
- 🔐 Next Auth
- 📄 React Hook Form
- 🐶 Husky
- 🎨 Tailwind
- 🗂️ `@/` alias import
- ⚡️ SWR
- 🟣 Axios
- 🐞 Jest
- 🌲 Cypress

### 📦 install

```
npm install
```

### ⚡️ development

```
npm run dev
```

### 🚀 Build

```
npm run build
```

### 🐞 Testing

```
npm run test
```