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

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

Awesome Lists containing this project

README

        

# Next.js - TypeScript - Jest - Enzyme Starter

- React
- Next.js
- TypeScript
- Jest
- Enzyme
- ESLint
- Prettier

I 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
```