React performance test

Project based on Create React App.

*Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd react-performance-test
npm install

...then runs the app in the development mode:

npm start

Navigate to localhost:3000. You should see your app running.

Build for testing

Builds the app for production to the build folder...

cd react-performance-test
npm run build

…then serve build version on localhost:3000:

npx serve -s build -l 3000