Giter Club home page Giter Club logo

angular-example-securelogin's Introduction

Motorola Solutions Logo

Secure Login App in Angular

This project is a collaborative effort of people who have been learning Angular at Motorola Solutions Inc. We came together and started developing this application to learn Routes, Material Design, Directives, Components, Guards, Module, Services with Dependency Injection, and other constructs in Angular 7x.

How to download?

You can either use git clone https://github.com/tarikguney/angular-example-securelogin if you have Git installed on your machine, or download the project as a .zip file from the website itself.

How to run?

Once you have downloaded the source code, follow the steps below:

  1. Make sure you have NodeJS installed by typing in node on your command prompt. If you see node commands, then you are good. Otherwise, download NodeJs from nodejs.org. I would recommend the download of current NodeJS version instead of LTS version.
  2. The project does not come with node_modules folder; therefore, you need run npm install only once to get all the node modules from npm registry before you start the project. This project stores all of its dependent npm modules in package.json and package-lock.json files.
  3. Once you have downloaded all the node_modules, now you can run either of the following commands: npm start or ng serve -o to start the built-in angular server to start serving the angular files to the browser to see the project running.

If you are having port conflict, then set the port to something else. By default, Angular uses 4200 port, and you can change with --port option as in ng serve -o --port 4201.

Having a problem?

Talk to @tarikguney or create a new issue under the Issues tab on Github.

Developed by Motorola Solutions employees with <3...

angular-example-securelogin's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.