Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 308 Bytes

File metadata and controls

28 lines (18 loc) · 308 Bytes

Simple React App

Requirements

  • Node.js (v18 or higher recommended)
  • npm

Setup

  1. Install dependencies:
npm install
  1. Run the development server:
npm start
  1. Run tests:
npm test
  1. Visit http://localhost:8080 in your browser.