https://github.com/aliemir/next-ts-enzyme-starter
Boilerplate for React projects with Next.js, Typescript, Jest and Enzyme
https://github.com/aliemir/next-ts-enzyme-starter
Last synced: 2 months ago
JSON representation
Boilerplate for React projects with Next.js, Typescript, Jest and Enzyme
- Host: GitHub
- URL: https://github.com/aliemir/next-ts-enzyme-starter
- Owner: aliemir
- Created: 2020-04-28T21:24:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:37:41.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:58:18.451Z (8 months ago)
- Language: TypeScript
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js - TypeScript - Jest - Enzyme Starter
- React
- Next.js
- TypeScript
- Jest
- Enzyme
- ESLint
- PrettierI might be little opinionated with the eslint and prettier configs. 🤗
## Start Using
```sh
git clone https://github.com/aliemir/next-ts-enzyme-starter.git your-project-name
cd your-project-name/ && rm -r .git/ && git init
```