Project Setup: Vite, Layout & Dev Server
Create a React app with Vite (or similar), understand the basic folder layout, run a dev server, and verify rendering with a tiny component.
Setup overview
Goal: Create a project fast, learn the folder layout, and run a dev server with hot reload.
- Vite (or similar) project bootstrap
- Where files live
- Start and verify the app
Prerequisites
Prerequisites:
- Node.js LTS and npm installed
- Terminal access
- Basic CLI usage (cd, ls)
All lessons in this course
- React Kickoff: Concepts & Setup
- Project Setup: Vite, Layout & Dev Server
- First Component & Render