Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 635 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 635 Bytes

Company Profile React

This is a test

WEB

First download and install repo:

git company-profile-react
cd company-profile-react
npm install

API

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

Routes

localhost:3000/profile/1
localhost:3000/profile/2

Test

This repo use Jest to test

npm jest

Create React App v2 project

Working with react-scripts 2.0.1