Development Guide¶
This section provides guidance for developers working on the Example Frontend application.
Development Setup¶
Instructions for setting up the development environment and getting started with local development.
Prerequisites¶
- Node.js 18+ and npm 9+
- MetaMask browser extension
- Basic knowledge of React and JavaScript
Local Development¶
- Navigate to the example-frontend/client directory
- Install dependencies:
npm install
- Start the development server:
npm start
For complete setup instructions, see the Getting Started Guide.
Development Topics¶
- Environment Setup - See Getting Started Guide for development environment configuration
- Building and Testing - See Deployment Guide for build and testing procedures
- Code Standards - Follow existing patterns in the codebase
- Contributing Guidelines - See main repository README for contribution guidelines
- Troubleshooting - Common issues covered in individual user guide sections
Technical Documentation¶
For detailed technical information, see:
Project Structure¶
The application follows a standard React project structure with organized components, pages, and utilities. See the Architecture Guide for detailed information about the codebase organization.