Skip to content

sudheeshcm/blockchain-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Explorer Full-Stack

Steps to Install

  1. git clone https://github.com/sudheeshcm/blockchain-explorer.git
  2. Change directory - cd blockchain-explorer
  3. Run the command: npm install
  4. Change directory - cd front-end
  5. Run the command: yarn install

Steps to run only the frontend app

  1. Change directory - cd blockchain-explorer/front-end
  2. Run the command: yarn run dev

Steps to run the full blockchain app

  1. Change directory - cd blockchain-explorer/front-end
  2. Run the command: yarn prod
  3. Change directory - cd .. Or cd blockchain-explorer
  4. Run the command - npm run dev