A full stack starter app containing Embark (v2.5.2) and Angular 4 (v4.4.4). Project in progress.
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.
Want to file a bug, contribute some code, or improve documentation? Feel free to place an issue.