Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

executable file
·
36 lines (22 loc) · 723 Bytes

angular2 + slimphp

A basic User API client built with Angular2 and SlimPHP.

Alt text

Backend

cd backend/
composer update

Running composer update this command downloads the Slim Framework and its third-party dependencies into your project’s vendor/ directory.

Client

This project was generated with angular-cli version 1.0.0-beta.22-1.

cd client/
npm install

Run ng serve for a dev server. Navigate to http://localhost:4200/.

Prerequisites

  1. PHP v.5.3.0 or higher
  2. Node v6.2.2 or higher
  3. angular-cli
npm install -g angular-cli@latest