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

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.

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
```