README edits
This commit is contained in:
parent
59de678e3f
commit
e25ccfaff5
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -27,16 +27,17 @@ For your local Node.js, we recommend using:
|
|||
- [n][tj/n] for \*nix and Mac; and
|
||||
- [nodist][marcelklehr/nodist] for Windows.
|
||||
|
||||
We reccomend Node.js version 8.0.0+ and npm version 5.3.0+.
|
||||
We recommend Node.js version 8.0.0+ and npm version 5.3.0+.
|
||||
|
||||
To get this repository set up:
|
||||
|
||||
1. Clone it
|
||||
2. Install the dependencies:
|
||||
1. Install the dependencies:
|
||||
- `npm install -g @angular/cli`
|
||||
- `npm install`
|
||||
3. Start the application:
|
||||
- `npm run start:local`
|
||||
1. Set up the `src/environments/environment.⟨environment⟩.ts` file
|
||||
1. Start the application:
|
||||
- `npm run start:local` if running the app. locally
|
||||
- The app. will automatically reload after source file changes
|
||||
|
||||
[LocalLoop-Server]:https://github.com/Pear-Trading/Foodloop-Server
|
||||
|
@ -45,7 +46,8 @@ To get this repository set up:
|
|||
|
||||
## Environments
|
||||
|
||||
The app defaults to using the production environment. For other options, see `angular.json`.
|
||||
The app defaults to using the production environment.
|
||||
For other options, see `angular.json`.
|
||||
|
||||
## Build
|
||||
|
||||
|
|
Reference in a new issue