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.
- Host: GitHub
- URL: https://github.com/jsonfm/nextjs-typescript-starter
- Owner: jsonfm
- Created: 2023-04-07T22:36:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T20:57:40.000Z (about 3 years ago)
- Last Synced: 2025-01-30T12:30:22.258Z (over 1 year ago)
- Topics: axios, cypress, husky, jest, next-auth, nextjs, swr, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```