react-schnell

production-ready Nextjs v9, styled-components, TypeScript boilerplate with bunch of setups

Stars
4

react-schnell

Schnell! there's no time to get lost.

Quick Start

git clone --depth=1 https://github.com/taneba/react-schnell.git <YOUR_PROJECT_NAME>

stack

  • react
  • nextjs
  • typescript
  • styled-components
  • prettier
  • jest with react-testing-library

boilerplate includes:

  • ssr setup for styled-components
  • css prop setup
  • perfect reset css
  • tsconfig path
  • useful constants for styling
  • testing setup

Gotchas

ESLint not working in VS Code?

add this line to your settings:

"eslint.validate": [ "javascript", "javascriptreact", "html", "typescriptreact" ]