Няма описание

kunickyd 2c22acb13c getUserBalance WIP преди 3 години
src 2c22acb13c getUserBalance WIP преди 3 години
test 885b791d33 🎉 init the project with an empty template преди 3 години
.browserslistrc 885b791d33 🎉 init the project with an empty template преди 3 години
.gitignore 885b791d33 🎉 init the project with an empty template преди 3 години
LICENSE 64c5a428ce 🤡 prepare app layout преди 3 години
README.md 64c5a428ce 🤡 prepare app layout преди 3 години
angular.json bf391a4bc3 include polyfills for dependencies преди 3 години
custom-webpack.config.js 885b791d33 🎉 init the project with an empty template преди 3 години
karma.conf.js 885b791d33 🎉 init the project with an empty template преди 3 години
package-lock.json 2a8db71da2 🚑 fix package-lock преди 3 години
package.json bf391a4bc3 include polyfills for dependencies преди 3 години
tsconfig.app.json 885b791d33 🎉 init the project with an empty template преди 3 години
tsconfig.json bf391a4bc3 include polyfills for dependencies преди 3 години
tsconfig.spec.json 885b791d33 🎉 init the project with an empty template преди 3 години

README.md

chain4all-frontend

Front-end part of Plan4All's experimental blockchain application Chain4All.

Get started

Note that you will need to have Node.js installed.

git clone https://git.lesprojekt.cz/jmacura/chain4all-frontend chain4all-frontend

or

npx degit https://git.lesprojekt.cz/jmacura/chain4all-frontend chain4all-frontend

Install the dependencies...

cd chain4all-frontend
npm install

Note that if you have npm < 7 you need to intall peer-dependencies manually.

...then start Angular dev server:

npm run dev

Navigate to localhost:4200. You should see the app running.