0Pricing
React Academy · Lesson

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

  1. React Kickoff: Concepts & Setup
  2. Project Setup: Vite, Layout & Dev Server
  3. First Component & Render
← Back to React Academy