Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyx-0314/rts-techsavvy-solutions


https://github.com/zyx-0314/rts-techsavvy-solutions

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        






FEU-TECH AITS

TechSavvy Solutions



React-Tauri Environment Systems: Sample Project


---




Table of Contents



  1. Overview


    1. Key Components


    2. Technology




  2. Installation

---

## Overview

To be added soon... 🚧👷🚧

### Key Components
- Has Server and Client-Side
- 4 Page website
To be completed soon... 🚧👷🚧

### Technology
- ![HTML](https://img.shields.io/badge/HTML-E34F26?style=for-the-badge&logo=html5&logoColor=white)
- ![CSS](https://img.shields.io/badge/CSS-1572B6?style=for-the-badge&logo=css3&logoColor=white)
- ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=white)

Framework for Desktop
- ![Tauri](https://img.shields.io/badge/Tauri-FFC131?style=for-the-badge&logo=tauri&logoColor=white)

Web Framework
- ![NextJS](https://img.shields.io/badge/NextJS-000000?style=for-the-badge&logo=next.js&logoColor=white)

Design Framework
- ![TailWind](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
- ![ShadCN](https://img.shields.io/badge/shadcn%2Fui-303030?style=for-the-badge&logo=shadcnui&logoColor=white)

## Installation
Follow these steps to set up and run the project:

> Note: Make sure you are working under your directory files

1. Install Dependencies
```sh
# for npm
npm install

# for bun
bun install

# for yarn
yarn install
```

2. Install App Dependencies
```sh
# For npm
npm run postinstall

# for bun
bun postinstall

# For yarn
yarn run postinstall
```
3. Install App Dependencies
```sh
# For npm
npm run postinstall

# for bun
bun postinstall

# For yarn
yarn run postinstall
```

4. Start the development server
```sh
# For npm
npm run dev

# for bun
bun dev

# For yarn
yarn run dev
```

5. Start the development application
```sh
# For npm
npm run dev

# for bun
bun dev

# For yarn
yarn run dev
```

6. Package the application: Universal
```sh
# For npm
npm run build

# for bun
bun build

# For yarn
yarn run build
```
1. For Windows only
```sh
# For npm
npm run build:win

# for bun
bun build:win

# For yarn
yarn run build:win
```
2. For Linux only
```sh
# For npm
npm run build:linux

# for bun
bun build:linux

# For yarn
yarn run build:linux
```
3. For Mac only
```sh
# For npm
npm run build:mac

# for bun
bun build:mac

# For yarn
yarn run build:mac
```

7. Preview the Application in Browser
```sh
# For npm
npm run start

# for bun
bun start

# For yarn
yarn run start
```