Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taneba/react-schnell
- Owner: taneba
- Created: 2019-06-10T18:02:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T15:55:37.000Z (3 months ago)
- Last Synced: 2024-10-18T06:28:49.104Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 371 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
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" ]
```