This is a test
First download and install repo:
git company-profile-react
cd company-profile-react
npm install
We use json-server to mock api: First downloadd and install json-server
cd company-profile-react/api
json-server --watch db.json --routes routes.json --port 3001
localhost:3000/profile/1
localhost:3000/profile/2
This repo use Jest to test
npm jest
Working with react-scripts 2.0.1