RGB Alchemy is a small game application in which the player can try to mix colors to create new colors. The game goal is to get a color which “matches” the target color in limited moves.
- React with Typescript
- React Query
- TailwindCSS
- Node (BE)
- Go
cd color-alchemy-server
folder. - Run
yarn install
if you use yarn ornpm install
. - Run
yarn start
to launch and then the simple Node App will be run at port 9876.
- Go
cd color-alchemy-client
folder. - Run
yarn install
if you use yarn ornpm install
. - Run
yarn start
to launch the app which will automatically launch the app in the browseror, ornpm run start
. - The Frontend App will be run at port 3000.