Skip to content

boski-src/angular-graphql-auth-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-graphql-auth-app-example

An Angular app example with authentication using GraphQL communication (Apollo), backend built on node platform.

Installation

Step by step, how to get an app running.

  • Required: Node 9, NPM 6, Angular CLI 6
  1. Clone project to your path
    git clone https://github.com/boski-src/angular-graphql-auth-app-example.git <ProjectName>
    
  2. Go to project dir
    cd <ProjectName>
    
  3. Install client packages (in client dir)
    npm install
    
  4. Install server packages (in server dir)
    npm install
    
  5. Update configuration file settings.json
  6. Run client (for development)
    ng serve
    
  7. Run server (for development)
    npm run dev
    

Build with (dependencies): click here

About

Example app with authentication using GraphQL (Angular & Node).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors