Skip to main content

Command Palette

Search for a command to run...

bjgvfcgc cbc

Published
1 min readView as Markdown
# Create app
npm create vite my-crossy-road-game
# Select React as framework
# Select JavaScript

# Navigate to the project
cd my-crossy-road-game

# Update react and react-dom
npm install react@latest react-dom@latest

# Install dependencies
npm install three @react-three/fiber

# Start development server
npm run dev