This project was generated with Angular CLI version 1.0.0.
MongoDB is used to store data. You can download it from https://www.mongodb.com/download-center?filter=enterprise?jmp=nav#enterprise
run the following commands
git clone https://github.com/linkcryptocoin/ChainPage.git
cd ChainPage
npm install
npm install --save alasql
npm install --save mongoose
npm i -g truffle
truffle compile
npm i -g @angular/cli
ng serve
. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.ng serve --port 4200 --host 0.0.0.0 --disableHostCheck true
ng serve --port 8092 --host 0.0.0.0 --disableHostCCheck:true --public http://linkcryptocoin.com:8092
forever start node_modules/@angular/cli/bin/ng serve --port 4200 --host 0.0.0.0 --disableHostCheck true
forever start node_modules/@angular/cli/bin/ng serve --port 8092 --host 0.0.0.0 --disableHostCCheck:true --public http://linkcryptocoin.com:8092
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.