Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/offensive-vk/radioactive
- Owner: offensive-vk
- Created: 2023-10-12T12:06:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-05T10:13:22.000Z (5 months ago)
- Last Synced: 2024-08-05T11:56:24.334Z (5 months ago)
- Topics: bun, react, sass, typescript
- Language: TypeScript
- Homepage: https://radioactive-drab.vercel.app
- Size: 337 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- Security: .github/security.md
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 👌
## 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 :)