React Snake Game Installation steps Ensure you have the necessary global dependencies installed. yarn package manager - link node.js - version 6.x or higher - link Use yarn install inside the project root to install local Node dependencies. Running the application in development Use the command yarn run dev and navigate to http://localhost:8080/ Running the application in production Use the command yarn run build to build the dist folder and deploy to a server.