Clarify environments in README
This commit is contained in:
parent
73352def35
commit
c1b50752da
1 changed files with 2 additions and 3 deletions
|
@ -36,7 +36,7 @@ To get this repository set up:
|
||||||
- `npm install -g @angular/cli`
|
- `npm install -g @angular/cli`
|
||||||
- `npm install`
|
- `npm install`
|
||||||
3. Start the application:
|
3. Start the application:
|
||||||
- `npm start`
|
- `npm run start:local`
|
||||||
- The app. will automatically reload after source file changes
|
- The app. will automatically reload after source file changes
|
||||||
|
|
||||||
[LocalLoop-Server]:https://github.com/Pear-Trading/Foodloop-Server
|
[LocalLoop-Server]:https://github.com/Pear-Trading/Foodloop-Server
|
||||||
|
@ -45,8 +45,7 @@ To get this repository set up:
|
||||||
|
|
||||||
## Environments
|
## Environments
|
||||||
|
|
||||||
The app defaults to using the development server. For other options, see
|
The app defaults to using the production environment. For other options, see `angular.json`.
|
||||||
`src/environments/environments.ts`.
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|
Reference in a new issue