Skip to content

Latest commit

 

History

History
executable file
·
53 lines (33 loc) · 915 Bytes

README.md

File metadata and controls

executable file
·
53 lines (33 loc) · 915 Bytes

npm dependency graph

NPM dependency graph search built with React, React Router, JavaScript and Semantic UI.

screenshot

Demo

https://adrianapan.github.io/npm-dependency-graph

Installation

Local

  1. Clone the repository
  2. Run npm install
  3. Create a .env file in the root directory with the following information
REACT_APP_API_URL=https://registry.npmjs.org
REACT_APP_API_PROXY=https://cors-anywhere.herokuapp.com
  1. Run the app with npm start

Deployment

  1. Create a production build with npm run build
  2. For Node based environments:
  • Using serve:
npm install -g serve
serve -s build
  • Using Express:
npm install express
node server.js

Changelog

v0.1.0

  • First stable release

Credits