Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroenouw/embarkangularstarter
Đapp with Embark and Angular 4 (In progress)
https://github.com/jeroenouw/embarkangularstarter
angular blockchain dapp decentralized embark ethereum ipfs-protocol smart-contracts solidity web3js
Last synced: 7 days ago
JSON representation
Đapp with Embark and Angular 4 (In progress)
- Host: GitHub
- URL: https://github.com/jeroenouw/embarkangularstarter
- Owner: jeroenouw
- License: mit
- Created: 2017-10-05T19:04:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T19:34:34.000Z (about 7 years ago)
- Last Synced: 2024-11-02T19:03:29.883Z (10 days ago)
- Topics: angular, blockchain, dapp, decentralized, embark, ethereum, ipfs-protocol, smart-contracts, solidity, web3js
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npmversion](https://img.shields.io/npm/v/ngx-embark-starter.svg)]()
[![npmlicense](https://img.shields.io/npm/l/ngx-embark-starter.svg)](https://github.com/jeroenouw/EmbarkAngularStarter/blob/master/LICENSE/)# Starter Dapp with Embark and Angular 4
A full stack starter app containing [Embark](https://embark.readthedocs.io/en/2.4.0/) (v2.5.2) and [Angular 4](https://angular.io) (v4.4.4). Project in progress.
## Quick start
First clone this repo: `git clone https://github.com/jeroenouw/EmbarkAngularStarter.git`.
Change directory to this project
Run `npm install` to install all the dependencies.
Run `npm start` or `ng serve` to run the client side.
Simultaneously run `npm run block:test` to start the test blockchain or `npm run block` to run on the live blockchain.
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.## Contributing
Want to file a bug, contribute some code, or improve documentation? Feel free to place an [issue](https://github.com/jeroenouw/EmbarkAngularStarter/issues).## License
[![npmlicense](https://img.shields.io/npm/l/ngx-embark-starter.svg)](https://github.com/jeroenouw/EmbarkAngularStarter/blob/master/LICENSE/)