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-serverfolder. - Run
yarn installif you use yarn ornpm install. - Run
yarn startto launch and then the simple Node App will be run at port 9876.
- Go
cd color-alchemy-clientfolder. - Run
yarn installif you use yarn ornpm install. - Run
yarn startto launch the app which will automatically launch the app in the browseror, ornpm run start. - The Frontend App will be run at port 3000.
