Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syp1975/template-refine

A template to start a new project with: Node.js, Typescript, React, Vite, Refine, Ant Design, Zustand, Immer, Tailwind CSS, Vitest and Playwright.
https://github.com/syp1975/template-refine

react refine typescript

Last synced: about 1 month ago
JSON representation

A template to start a new project with: Node.js, Typescript, React, Vite, Refine, Ant Design, Zustand, Immer, Tailwind CSS, Vitest and Playwright.

Awesome Lists containing this project

README

        

# template-refine

A template to start a new project with: Node.js, Typescript, React, Vite, Refine, Ant Design, Zustand, Immer, Tailwind CSS, Vitest and Playwright.

Based on the `create refine-app` CLI tool.

## Usage

Download this repository and unzip it on a empty folder (do not clone it unless you want to keep my commit history) and install its dependencies.

With [tiged](https://vitest.dev/guide/):

```
tiged syp1975/template-refine new-refine-project
cd new-refine-project
npm install
npm run dev
```

## Documentation

- **[Node.js](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs)**
- **[Typescript](https://www.typescriptlang.org/docs/)**
- **[React](https://react.dev/learn)**
- **[Vite](https://vitejs.dev/guide/)**
- **[Refine](https://refine.dev/docs)**
- [Data Provider](https://refine.dev/docs/core/providers/data-provider/#overview)
- [Ant Design](https://refine.dev/docs/ui-frameworks/antd/tutorial/)
- [Inferencer](https://refine.dev/docs/packages/documentation/inferencer)
- [React Router](https://refine.dev/docs/core/providers/router-provider/)
- [i18n](https://refine.dev/docs/core/providers/i18n-provider/)
- **[Ant Design](https://ant.design/components/overview)**
- **[Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction)**
- **[Immer](https://immerjs.github.io/immer/)**
- **[Tailwind CSS](https://tailwindcss.com/docs/installation)**
- **[Vitest](https://vitest.dev/guide/)**
- **[Playwright](https://playwright.dev/docs/intro)**

## License

MIT