Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)