Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 593 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 593 Bytes

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" ]