https://github.com/bonustrack/starter-dapp
https://github.com/bonustrack/starter-dapp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonustrack/starter-dapp
- Owner: bonustrack
- License: mit
- Created: 2021-01-20T06:33:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T07:20:22.000Z (over 4 years ago)
- Last Synced: 2025-04-23T00:13:45.942Z (about 1 month ago)
- Language: Vue
- Size: 563 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Starter dapp
This repo contains a bare-bones example of how to create an application on Ethereum.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```## License
[MIT](LICENSE).