Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taneba/react-schnell

production-ready Nextjs v9, styled-components, TypeScript boilerplate with bunch of setups
https://github.com/taneba/react-schnell

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# react-schnell

Schnell! there's no time to get lost.

## Quick Start
`git clone --depth=1 https://github.com/taneba/react-schnell.git `

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