Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/offensive-vk/radioactive

Yet Another Goofy Repo (cursed). More Like Personal Project.
https://github.com/offensive-vk/radioactive

bun react sass typescript

Last synced: about 1 month ago
JSON representation

Yet Another Goofy Repo (cursed). More Like Personal Project.

Awesome Lists containing this project

README

        

# React + TypeScript + Vite - Radioactive, Inc.
* Production Build for Enhanced Testing and Deployments.
* Preview Versions are Live at Our [Radioactive's Domain](https://radioactive-drab.vercel.app/).

## Quick Links and Navigation:

For Any Information About Contribution and Documentation of This Repo.

### Please Refer to:

- [Documentation 📖](https://github.com/offensive-vk/Radioactive/blob/master/readme.md) *(Current File)*
- [Contribution Guidelines ✨](https://github.com/offensive-vk/Radioactive/blob/master/.github/contributing.md)
- [Security Guidelines ⚠️](https://github.com/offensive-vk/Radioactive/blob/master/.github/security.md)
- [Author 🧑‍💻](https://github.com/offensive-vk/)

## Crafted and Deployed using Bun 🙌 + Vercel 👌


react
ts
bun
vercel
sass

## If you want to contribute to this repository.

### Clone the Repository

```bash
$ git clone https://github.com/offensive-vk/Radioactive
$ cd Radioactive
```

### Install or update bun

```bash
# Need to install with install script (recommended)
$ curl -fsSL https://bun.sh/install | bash
```
```bash
# If Already installed :
$ bun update
$ bun upgrade
```

### Install Dependencies
```bash
$ bun install
```

### Start development server:
```bash
$ bun run dev
```

About this template provided by bun.

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

## Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

- Configure the top-level `parserOptions` property like this:

```js
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
```

- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list

***


© Vedansh 2023 - Present

Licensed under CC0-1.0



Thanks for visiting :)