Files
react-starter/README.md
2026-03-01 13:40:53 +01:00

33 lines
507 B
Markdown

# Welcome to React!
This example code features a modern, production-ready template for building full-stack React applications.
## 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
```