Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)