Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhrifqii/curium-deno-vite-react
Vite template for React + TypeScript + Redux-Toolkit / RTK Query in Deno
https://github.com/muhrifqii/curium-deno-vite-react
deno msw react react-redux redux-toolkit rtk-query vite
Last synced: 15 days ago
JSON representation
Vite template for React + TypeScript + Redux-Toolkit / RTK Query in Deno
- Host: GitHub
- URL: https://github.com/muhrifqii/curium-deno-vite-react
- Owner: muhrifqii
- License: mit
- Created: 2024-10-27T17:58:34.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T18:05:37.000Z (2 months ago)
- Last Synced: 2024-10-27T21:47:53.172Z (2 months ago)
- Topics: deno, msw, react, react-redux, redux-toolkit, rtk-query, vite
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Curium: Deno + Vite + React + RTK-Query
Curium (CM) is a man-made metallic element heavier than anything found naturally on Earth. Because it's radioactive, it's used very carefully in research and in some special tools, like power sources for long space missions. In this case, a long space mission on software engineering project.---
This project is a template project for React+TS, Redux Toolkit, RTK Query, MSW
on Deno 2. Github Actions included.# Getting Started
## Use as a Template
If you are using github, you can directly use this project as a template, by
clicking the **Use this template** button on the top of the page.Or you can use degit to clone this project to your local machine.
```bash
npx degit muhrifqii/curium-deno-vite-react my-project
```## Deno Setup
You need to install Deno first.
```bash
curl -fsSL https://deno.land/x/install/install.sh | sh
```## Install Dependencies and Run
```bash
deno install
deno lint
deno task dev
```# Curium?
In case you're curious, it is a prefix name for all my template project
elements. So you don't need to google it.# Contribution
We welcome contributions to this project. Feel free to submit pull requests with
improvements or additional features.# License
[MIT](https://github.com/muhrifqii/curium-deno-vite-react/blob/master/LICENSE)