-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/) | ||
|
||
|