Skip to content

Example ReactJS

Tomasz Łukawski edited this page Jun 28, 2020 · 3 revisions

Create project

(https://github.com/facebook/create-react-app)

npx create-react-app hello-world

Run app

cd hello-world
npm start

Verify app

http://localhost:3000/

Build the app

npm run build

Clone this wiki locally