https://github.com/raayan/jobcoin-mixer-webapp
React Interface for Jobcoin Mixer Webserver
https://github.com/raayan/jobcoin-mixer-webapp
Last synced: 9 months ago
JSON representation
React Interface for Jobcoin Mixer Webserver
- Host: GitHub
- URL: https://github.com/raayan/jobcoin-mixer-webapp
- Owner: raayan
- Created: 2019-08-26T12:51:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T13:36:40.000Z (over 5 years ago)
- Last Synced: 2025-05-24T19:08:45.615Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://jobcoin.raayanpillai.com
- Size: 534 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raayan Pillai Jobcoin Mixer Webapp
Small UI I built with react-create-app for interfacing with the [Mixer Server](https://github.com/raayanpillai/jobcoin-mixer)
See the documentation [there](https://github.com/raayanpillai/jobcoin-mixer) for more details.
## Usage
### `npm start`
Start the development server on port 3000, but I configured it to proxy on 8080
to ignore CORs related issues when developing.
Running the Java application and then `npm start` would be the simplest way to get this
project up and running
### `npm run build`
Bundles the Typescript and Javascript files and places them in `/build`
This was done before moving the files to the `/static` directory in the
main server application.