Clarify environments in README

This commit is contained in:
Ben Goldsworthy 2020-11-01 18:04:35 +00:00
parent 73352def35
commit c1b50752da

View file

@ -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