Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 941 Bytes

File metadata and controls

33 lines (19 loc) · 941 Bytes

React Examples

More than 100 examples for React.

How to run?

Always

Install dependencies first:

  1. Open command line (Windows) or terminal (macOS) in the root folder
  2. Run npm install

Visual Studio Code

  1. Open de root folder in Visual Studio Code.
  2. Open a file from and example.
  3. On Windows press ctrl + shift + b and on macOS press cmd + shift + b to open the web server and the browser in that folder.
  4. When done, close the web server: On Windows ctrl + shift + p and on macOs cmd + shift + p, in both cases followed by choosing Terminate Task.

Command Line / Terminal

  1. Run npm run dev or npm run dev -- --open (to also open the browser). Server path will be written in the console.

Licence

European Union Public Licence version 1.2

Copyright

Copyright © 2014-2026 Rick Beerendonk