|
|
3 éve | |
|---|---|---|
| src | 3 éve | |
| test | 3 éve | |
| .browserslistrc | 3 éve | |
| .gitignore | 3 éve | |
| LICENSE | 3 éve | |
| README.md | 3 éve | |
| angular.json | 3 éve | |
| custom-webpack.config.js | 3 éve | |
| karma.conf.js | 3 éve | |
| package-lock.json | 3 éve | |
| package.json | 3 éve | |
| tsconfig.app.json | 3 éve | |
| tsconfig.json | 3 éve | |
| tsconfig.spec.json | 3 éve |
Front-end part of Plan4All's experimental blockchain application Chain4All.
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.