/react-perf-examples

Examples for my #1 ReactJS Ceará meetup talk

Primary LanguageJavaScriptApache License 2.0Apache-2.0

react-perf-examples

Examples for my ReactJS Ceará meetup talk

Running examples

You'll have to run both the API and the client; to do so, run these two commands in different terminal windows/tabs/sessions:

yarn start:server

yarn start

The server should be running from http://localhost:8181 and the React app should be available from http://localhost:8080.