javimsevilla / employees-management

Example Angular app to manage employees and departments. View https://angular.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employees Management

This project was generated with Angular CLI version 8.3.5.

Pre requirements

You will need:

  • Git Version Control System installed.
  • NodeJS and NPM.
  • (Optional) You can use Yarn as an alternative package manager for Node packages.
  • Angular CLI installed.
  • A Command Line Interface (aka. Command's Terminal/Console).

Setup instructions

From your terminal...

Clone this repository:

$ git clone https://github.com/javimsevilla/employees-management.git

Navigate app folder:

$ cd employees-management

Install dependencies:

NPM

$ npm install

Yarn (Optional)

$ yarn

or

$ yarn install

Run instructions

From your terminal...

Navigate project folder:

$ cd employees-management

Run json-server fake database:

NPM

$ npm run json-server

Yarn (Optional)

$ yarn json-server

or

$ yarn run json-server

Open a new terminal.

Run Angular serve command:

$ ng serve

Open in browser at:

About

Example Angular app to manage employees and departments. View https://angular.io/


Languages

Language:TypeScript 77.1%Language:HTML 15.7%Language:JavaScript 3.8%Language:CSS 3.4%