Example of API Crawling in Nordstrom with Express.js, React, Request and Yarn

nordstrom-api-crawler

Node CI

Example of API Crawling in Nordstrom

Build Setup

On nordstrom-api-crawler directory, use npm install or yarn install:

# install dependencies with NPM

npm install

or

# install dependencies with Yarn
yarn install

Running the application

To run the backend application:

# go to backend directory
cd backend

# running the application
nodemon index.js

To run the React.js application:

# go to client directory
cd client

# running the application
yarn start

Download Details:

Author: mariazevedo88

Source Code: https://github.com/mariazevedo88/nordstrom-api-crawler

#reactjs #react #javascript

Example of API Crawling in Nordstrom with Express.js, React, Request and Yarn
4.60 GEEK