Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ The sample project includes an Angular web application and a mock RESTful API w
```
git clone https://github.com/onehungrymind/fem-production-angular.git
cd fem-production-angular
yarn
npm i --force
npm run serve:all
```

### Installation Note
Due to some peer dependency issues, use `npm i --force` when installing the dependencies.

The `serve:all` command is a convenience methods that runs the `serve:api` and `serve:web` commands concurrently. You can run each command separately if you need to.

```
Expand Down