Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/syp1975/template-refine
- Owner: syp1975
- Created: 2024-02-03T06:13:19.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-04T19:06:01.000Z (12 months ago)
- Last Synced: 2024-02-05T08:31:08.209Z (12 months ago)
- Topics: react, refine, typescript
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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