Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyx-0314/rts-techsavvy-solutions
https://github.com/zyx-0314/rts-techsavvy-solutions
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyx-0314/rts-techsavvy-solutions
- Owner: zyx-0314
- Created: 2024-07-27T10:16:12.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T04:31:07.000Z (4 months ago)
- Last Synced: 2024-11-24T05:08:20.370Z (2 months ago)
- Language: TypeScript
- Size: 4.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React-Tauri Environment Systems: Sample Project
---
Table of Contents
---
## 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
```