Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyash97/block-explorer
https://github.com/jyash97/block-explorer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jyash97/block-explorer
- Owner: jyash97
- Created: 2019-10-20T17:41:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:08:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T07:11:01.933Z (over 1 year ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Start Application
```
yarn && yarn start
```## Build Application
```
yarn build
```Build Folder is `build`
## Analyze generated Bundles
```
yarn build && yarn analyze
```