A multiplayer stock market simulator.
N/A
- Typescript
- Node
- React
- Yarn
- Clone this repository
git clone https://github.com/chumnend/wackystonks.git
- Install dependencies (NOTE: If it acts to install a version of react-router-dom, choose 5.2.0).
yarn
- Go to the
ws-react-client
package. Copy the.env.example
file and rename the rename the copy to.env
. Make to provide values to all empty fields.
cd packages/ws-react-client
cp .env.example .env
- Go to the
ws-socket-server
package. Copy the.env.example
file and rename the rename the copy to.env
. Make to provide values to all empty fields.
cd packages/ws-socket-server
cp .env.example .env
-
Use
yarn start
to run the application. It will compile all the js files and run the client and server. -
If developing, you can use
yarn dev
to spin up in development mode. (NOTE: Runyarn build:core
first if step 5 was skipped orws-core
will not be found)
Nicholas Chumney - nicholas.chumney@outlook.com