https://github.com/tacyarg/ez-frontend
Ez Frontend
https://github.com/tacyarg/ez-frontend
csgo ez frontend javascript rage react skins vgo
Last synced: about 2 months ago
JSON representation
Ez Frontend
- Host: GitHub
- URL: https://github.com/tacyarg/ez-frontend
- Owner: tacyarg
- License: apache-2.0
- Created: 2019-12-28T16:52:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T20:17:09.000Z (over 6 years ago)
- Last Synced: 2025-06-20T14:41:43.101Z (12 months ago)
- Topics: csgo, ez, frontend, javascript, rage, react, skins, vgo
- Language: JavaScript
- Homepage: https://ez.chips.gg
- Size: 32.5 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# https://ez.chips.gg
## Dependancies
* [Parcel](https://parceljs.org)
* [Chips SDK](https://chips.gg)
* [Node.JS](https://nodejs.org)
## How do I run this?
### Create a .env
```
SOCKET_URL=wss://ezsocket.chips.gg
AUTH_URL=https://ezauth.chips.gg
```
### Start the app
```
yarn && yarn start
```