sayhellotovanessa / modest-login

A simple login page made with angular2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modest Login Page

This is a simple login page, with email and password fields. It is written in Typescript and built in Angular 2. It takes the Angular QuickStart guide as a base.

  • Angular 2
  • Typescript

Installation

Download this repository to your computer or clone it by using:

git clone https://github.com/sayhellotovanessa/modest-login

After cloning or downloading it, use your terminal and go to your repo.

cd path/to/the/repo

Then you must install all the npm packs to launch the page.

npm i

This last command will create a new folder in your repo, node_modules. It contains all the dependencies to the project.

Run the project

Use ng serve in your project folder to run the application. If you don't have the angular-cli installed, you can follow these steps. It must start your local server and open the page automatically in your default browser within the http://localhost:3000 url or something like it.

To stop the server, just use ctrl+C in the terminal tab where you started npm.

About

A simple login page made with angular2


Languages

Language:TypeScript 54.6%Language:JavaScript 28.3%Language:HTML 10.4%Language:CSS 6.6%