dverbovyi / cross-login-app

Test Login app using third-party API (Facebook) and built-in Loopback User Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cross-login-app

Test Login app using third-party API (Facebook) and built-in Loopback User Model

Technologies used: Loopback NodeJS Framework, Angular 2, TypeScript, Webpack

Setup

Server

install deps in root folder run:

npm i

start server

npm start

Swagger API documentation available at http://localhost:8080/explorer

Client

cd client

install deps

npm i

To build client sources run

npm run build:dev
//or
npm run build:prod

To start webpack dev-server with livereload configuration

npm start

or

npm run devserver

The application is available on http://localhost:4000.

If you want to start without livereload detection you can run app in watch mode with specified configuration:

npm run watch:dev
//or
npm run watch:prod

The app is available on server host http://localhost:8080.

About

Test Login app using third-party API (Facebook) and built-in Loopback User Model


Languages

Language:JavaScript 98.6%Language:TypeScript 0.7%Language:CSS 0.5%Language:HTML 0.2%