delc82 / angular-books

A little app made with Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Books

Changelog

[1.0.1] - 2017-03-21

Removed

  • jQuery and bootstrap.js

[1.0] - 2017-03-19

Added

  • Better rating system so please do "npm install" so all dependencies get installed!

Software Prerequisites

Before installing this project, the following software is required:

Git

Look at Setting Up Git for instructions.

Node.js - npm

Go to Node.js website, download the latest version and install it in your computer. Node's package manager, npm will be installed along with it. They are used for installing dependencies, running the build steps, and running tests.


After cloning

First run "npm install" to download all the dependencies.

App scaffolding

The skeleton app was generated with @angular/cli.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Running unit tests

Run ng test to execute the unit tests via Karma.

About

A little app made with Angular


Languages

Language:TypeScript 81.9%Language:JavaScript 10.9%Language:HTML 6.2%Language:CSS 1.0%