Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gooditworks/base-frontend
Opionated starter for Next.js applications, used in goodit.works
https://github.com/gooditworks/base-frontend
cypress nextjs react react-hooks tailwindcss
Last synced: 3 months ago
JSON representation
Opionated starter for Next.js applications, used in goodit.works
- Host: GitHub
- URL: https://github.com/gooditworks/base-frontend
- Owner: gooditworks
- Created: 2021-06-29T03:03:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T11:25:44.000Z (6 months ago)
- Last Synced: 2024-05-11T12:33:00.788Z (6 months ago)
- Topics: cypress, nextjs, react, react-hooks, tailwindcss
- Language: TypeScript
- Homepage: base-frontend-flame.vercel.app
- Size: 4.32 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Gooditworks Base Frontend
- Базируется на https://github.com/gooditworks/base
Базовая заготовка для frontend проектов. Включает в себя:
- Все фишки обычного base
- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- [Playwright](https://playwright.dev)Реализован Counter, где показано как правильно писать UI, логику и тесты.
## Документация
- [Инструкции по разработке](docs/guides.md)
- Локальный запуск
- Релиз новой версии
- Проверка и обновление base
- [Список env переменных](docs/env.md)
- [Тестирование](docs/testing.md)