lcplx / MEAN-Blog

MEAN project for Dating

Home Page:http://mean-angular-node-1002.s3-website-ap-southeast-1.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git

...install Git from git-scm.com ...Register Git Hub account ...set up ssh key at local

  1. install visual studio code
  2. install node js
  3. install Angular through npm( denpency on node)

git scm

print(a)  

MeanCourse

This project was generated with Angular CLI version 6.0.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Firstly try to npm install

inside folder npm install

and install angular tool

npm install -g @angular/cli

npm run start:server for backend ng serve for front end

add angular tool into path

"%AppData%\npm" inside get the ng tool

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

deply error bcryptjs

    "bcrypt": "^3.0.7", --remote 
    "bcryptjs": "^2.4.3", npm install --save bcryptjs

back aws using QQ email for login /Lcplx@0

About

MEAN project for Dating

http://mean-angular-node-1002.s3-website-ap-southeast-1.amazonaws.com/


Languages

Language:TypeScript 63.8%Language:JavaScript 22.3%Language:HTML 11.6%Language:CSS 2.2%