Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasmarco/nextjs-boilerplate
Um ponto de partida para projetos NextJS com muita coisa configurada :) - Baseado no boilerplate do projeto React Avançado 🔥
https://github.com/jonasmarco/nextjs-boilerplate
babel boilerplate eslint husky jest lint nextjs plop prettier reactjs storybook styled-components testing typescript
Last synced: about 1 month ago
JSON representation
Um ponto de partida para projetos NextJS com muita coisa configurada :) - Baseado no boilerplate do projeto React Avançado 🔥
- Host: GitHub
- URL: https://github.com/jonasmarco/nextjs-boilerplate
- Owner: jonasmarco
- License: mit
- Created: 2021-04-29T02:15:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:07:11.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T17:14:57.474Z (5 months ago)
- Topics: babel, boilerplate, eslint, husky, jest, lint, nextjs, plop, prettier, reactjs, storybook, styled-components, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 2.25 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilerplate do projeto React Avançado
### Inicia um projeto NextJS já configurado para codificar#### Comando para criar o projeto baseado nesse boilerplate:
```console
yarn create next-app -e https://github.com/jonasmarco/nextjs-boilerplate
```