설명 없음

jmacura 4f1c1330e0 💄 make Available area visible by default 3 년 전
src 4f1c1330e0 💄 make Available area visible by default 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 360525c7a1 🔧 update 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.