Skip to content

AdrianApan/npm-dependency-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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