Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libotony/develop-vechain-app-for-beginners
Introduction for beginners to develop a vechain app
https://github.com/libotony/develop-vechain-app-for-beginners
Last synced: 13 days ago
JSON representation
Introduction for beginners to develop a vechain app
- Host: GitHub
- URL: https://github.com/libotony/develop-vechain-app-for-beginners
- Owner: libotony
- Created: 2019-03-29T06:34:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T15:07:30.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T18:00:36.635Z (2 months ago)
- Language: HTML
- Homepage: https://libotony.github.io/develop-vechain-app-for-beginners/
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How To Develop VeChain App
## Development
``` bash
npm install #Install dependencies
npm run serve #Compiles and hot-reloads for development
npm run build #Compiles and minifies for production
```