This is xcash.foundation in Angular** * Featuring [**Angular 13.1.3**](https://github.com/angular/angular/releases) & [**Angular CLI 13.1.4**](https://github.com/angular/angular-cli/releases/) |
Here is a working live demo : https://websitefx.xcash.rocks
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/xcash-rocks/angular-xcash-foundation.git
# change directory
cd angular-xcash-foundation
# install the repo with npm
npm install
# start the server
npm start
in your browser go to http://localhost:4200
Here is a step by step Tutorial : https://www.ganatan.com/tutorials/getting-started-with-angular
npm install
(installing dependencies)npm outdated
(verifying dependencies)npm run start
npm run build
npm run test