Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 634 Bytes

react-search-filter

use following commands from root directory to start api (port: 5000)

cd api
npm install
node ./index.js

then go back to root directory

cd ..

use following commands from root directory to start client (port: 3000)

cd client
npm install
npm start