/animals

SuperFarmer is an online implementation of childhood board game. Created thanks to the socket.io library. It can be played by 2 to 6 players.

Primary LanguageTypeScript

Super Farmer

SuperFarmer is an online implementation of childhood games. Created thanks to the socket.io library. It can be played by 2 to 6 players.

Demo

SuperFarmerScreen

To run app

For frontend

To run: In the project directory, you can run:

cd Animals-fronend
npm install
npm start

To build:

cd Animals-fronend
npm run build

For backend

cd Animals-backend
npm install
npm start