Skip to content

Company profile made with React (react-scripts v2's version)

Notifications You must be signed in to change notification settings

alextorres94/company-profile-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Company profile made with React (react-scripts v2's version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published