Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 901 Bytes

README.md

File metadata and controls

61 lines (42 loc) · 901 Bytes

Introduction

BlockExplorer of Quras blockchain.

Dependencies

angular 7.x

Installation

  1. Platform

    Windows 7 64 bit

     $ node --version
     v10.13.0
     $ yarn --version
     1.12.3
    
  1. First create workspace with angular/cli like this.

     $ npm install -g @angular/cli
     $ ng new app
     $ cd app
     $ ng serve --open
    
  1. Generate Components.

     $ cd app
     $ ng generate module block
     $ ng generate component block/blocks
     $ ng generate component block/block
    
    
  1. Environment

    production, development, staging

     $ ng serve --configuration=sandbox
     $ ng build --configuration=sandbox
    

Todo

  1. show page loading

  2. fix block detail page's previous block

  3. responsive to mobile