Skip to content

heidfeld/react-performance-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client React Application

Just clone repository and run from the root project directory

npm start

Inside file create proxy to your server-side application e.g.

package.json

"proxy": "http://localhost:3001"

Endpoints are configured inside Button Components e.g.

Button/Button.js

onClick() {
        fetch('/performance/algorithm/1')
}

About

client side for node performance application / react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published