ngx-embark-starter
v1.0.0
Published
Starter Dapp with Embark and Angular 4
Downloads
124
Maintainers
Readme
Starter Dapp with Embark and Angular 4
A full stack starter app containing Embark (v2.5.2) and Angular 4 (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.