An open API service indexing awesome lists of open source software.

https://github.com/marcosrachid/angular-login-access

Stub with a generic Login Page for any front-end project
https://github.com/marcosrachid/angular-login-access

angular angular5 internationalization login material-design

Last synced: about 2 months ago
JSON representation

Stub with a generic Login Page for any front-end project

Awesome Lists containing this project

README

          

# Angular Login Access

Stub with a generic Login Page for any front-end project

## Back-end

[node-js-es6-rest](https://github.com/marcosrachid/node-js-es6-rest)

## Installation

```bash
npm i -g yarn
yarn
```

## Execution

```bash
ng serve
```

or

```bash
yarn start
```

## ESLINT Validation

```bash
yarn lint
```