https://github.com/paritytech/dapp-tutorial
The Dapp tutorial at its various stages
https://github.com/paritytech/dapp-tutorial
Last synced: 3 months ago
JSON representation
The Dapp tutorial at its various stages
- Host: GitHub
- URL: https://github.com/paritytech/dapp-tutorial
- Owner: paritytech
- License: apache-2.0
- Archived: true
- Created: 2017-05-19T10:16:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T00:02:46.000Z (almost 8 years ago)
- Last Synced: 2024-10-01T20:29:26.819Z (7 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 4
- Watchers: 5
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - dapp-tutorial, The Dapp tutorial at its various stages
README
# Skeleton dapp.
To install:
```
$ npm install
$ npm install -g webpack
```To build:
```
webpack --watch
```Files will be build into `dist/`. Just symlink that dir into your dapps path.