If there's one template you should use in 2021 This is the one
Hands down the simplest and easiest framework to build production ready React Apps
Easy access to login, authentication, session management, ethereum wallets
Stop wasting time formatting code, there's a tool for that
Test the code that matters, when it matters
git clone https://github.com/GalloDaSballo/nextjs-magic-eslint-jest
yarn
yarn dev
See context/UserContext.tsx
for implementation of Login, Logout and Session Persistence
See components/Signup
for Login / Signup component
This template was built on top of Template: NextJS Typescript Boilerplate
"name": "@erikdstock" "url": "https://github.com/erikdstock"
Bootstrap a developer-friendly NextJS app configured with:
- Typescript
- Linting with ESLint
- Formatting with Prettier
- Linting, typechecking and formatting on by default using
husky
for commit hooks - Testing with Jest and
react-testing-library