mempool/frontend
softsimon c20ba429b1
Increased frontend auto reload timeout.
Increased time limit on new transaction processing.
2020-06-23 14:49:06 +07:00
..
e2e Renaming angular project to 'mempool' from 'mempoolspace' 2020-04-28 00:14:29 +07:00
src Increased frontend auto reload timeout. 2020-06-23 14:49:06 +07:00
.editorconfig New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
.gitignore Adding support for optional frontend config. 2020-06-22 22:10:49 +07:00
angular.json Adding support for optional frontend config. 2020-06-22 22:10:49 +07:00
browserslist New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
generate-config.js Adding support for optional frontend config. 2020-06-22 22:10:49 +07:00
karma.conf.js Renaming angular project to 'mempool' from 'mempoolspace' 2020-04-28 00:14:29 +07:00
mempool-frontend-config.sample.json Adding support for optional frontend config. 2020-06-22 22:10:49 +07:00
package.json Adding support for optional frontend config. 2020-06-22 22:10:49 +07:00
proxy.conf.json Address tracking and notification sounds. 2020-02-26 04:29:57 +07:00
README.md New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
sync-assets.js Throw error when failing to download json assets. 2020-05-28 01:56:32 +07:00
tsconfig.app.json New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
tsconfig.json New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
tsconfig.spec.json New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
tslint.json upgrading tslint to v6 2020-04-05 00:00:17 +07:00
yarn.lock Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend 2020-06-07 12:14:55 +00:00

Mempool Space

This project was generated with Angular CLI version 8.1.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.