https://github.com/cristobalgvera/ez
Bootstrap projects to easily create applications with rich DX support.
https://github.com/cristobalgvera/ez
eslint feature-sliced husky jest lint-staged prettier react react-testing-library react-ts react-typescript reactsjs tailwind tailwindcss ts-react typescript vite vitejs
Last synced: about 1 month ago
JSON representation
Bootstrap projects to easily create applications with rich DX support.
- Host: GitHub
- URL: https://github.com/cristobalgvera/ez
- Owner: cristobalgvera
- License: mit
- Created: 2021-12-07T03:08:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T22:35:16.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T04:38:18.689Z (8 months ago)
- Topics: eslint, feature-sliced, husky, jest, lint-staged, prettier, react, react-testing-library, react-ts, react-typescript, reactsjs, tailwind, tailwindcss, ts-react, typescript, vite, vitejs
- Language: TypeScript
- Homepage:
- Size: 463 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :relieved: EZ
Bootstrap projects to easily create applications with rich libraries support focused on DX.
## :computer: Usage
```bash
npx degit cristobalgvera/ez/{repository-folder} YOUR_APP_NAME
cd YOUR_APP_NAME
git init
yarn # npm i
```
## :heavy_check_mark: Bootstrapped projects
Those projects are currently available:
- [React](./react/)
```bash
npx degit cristobalgvera/ez/react YOUR_APP_NAME
```