Skip to content

witarsana/zoobc-wallet-web

 
 

Repository files navigation

Web wallet for ZooBC of Blockchainzoo.com. This project was generated with Angular CLI version 7.3.9.

Installation

  $ npm install -g @angular/cli
  # install the CLI using the npm package manager

  $ git clone https://github.com/zoobc/zoobc-wallet-web.git
  # press Enter then your local clone will be created

  $ cd zoobc-wallet-web
  # access 'zoobc-wallet-web' directory

  $ npm install
  # install node_modules packages

  $ ./language.sh
  # update submodule (language files)

  $ ng serve
  # serving Angular apps

Development server

In your browser, open http://localhost:4200/ to see the app run. When you use the ng serve command to build an app and serve it locally, the server automatically rebuilds the app and reloads the page when you change any of the source files.

Problem when installation

If you get the message Error: Cannot find module 'node-sass' when running the app, You can try the following steps:

  Try 1:
  $ npm install node-sass
  # Install node-sass

  Try 2:
  $ npm install
  # remove `node_modules` folder first and re-install node_modules packages

  Try 3:
  $ npm rebuild node-sass
  # rebuild node-sass

You do not need to run all the commands above. You can try one, then run the serve ng serve. You can also see documentation on node-sass

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Contributors 💻

Thank you to all the people who already contributed to ZooBC Wallet Web

Gung De Surya
Gung De
Bagas Agastya
Bagas
Putu Kusuma
Putu
Yusak Manullang
Yusak
Witarsana
Witarsana
Anggun Dwiguna
Anggun
Zaenury Adhiim
Adhiim
Ary Atmajaya
Ary

About

Web wallet for ZooBC of Blockchainzoo.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.8%
  • HTML 27.9%
  • SCSS 12.0%
  • CSS 2.0%
  • Other 0.3%