# Welcome to React and Wagmi! This example code features a modern, production-ready template for building full-stack React applications with React Router, Wagmi and Viem. ## Features - 🚀 Server-side rendering - ⚡️ Hot Module Replacement (HMR) - 📦 Asset bundling and optimization - 🔄 Data loading and mutations - 🔒 TypeScript by default - 🎉 TailwindCSS for styling ## Getting Started ### Installation Install the dependencies: ```bash npm install ``` ### Development Start the development server: ```bash npm run dev ```