Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)