Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kotsis committed Apr 7, 2018
1 parent d96a367 commit 1090be3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
You need locally **php**, **composer**, **node**, **npm** and **@angular/cli**

## Usage for development
Clone the project locally: `git clone [email protected]:kotsis/angular-seed-with-php-backend.git`

`cd angular-seed-with-php-backend/api`
`composer install`
`cd ..`
`npm install`
`npm start`
Do these steps:

1. `git clone [email protected]:kotsis/angular-seed-with-php-backend.git`
2. `cd angular-seed-with-php-backend/api`
3. `composer install`
4. `cd ..`
5. `npm install`
6. `npm start`

Now you can view the application in [localhost:4200](http://localhost:4200) and the API runs in [localhost:8000/api/](http://localhost:8000/api/)

Expand Down

0 comments on commit 1090be3

Please sign in to comment.