We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe3d64 commit 9a80691Copy full SHA for 9a80691
examples/express-app/README.md
@@ -8,6 +8,12 @@ The examples are compatible with [LTS versions of Node.js](https://github.com/no
8
9
## Setup & Run
10
11
+1. Build:
12
+
13
+ ```bash
14
+ npm run build
15
+ ```
16
17
1. Install the dependencies using `npm`:
18
19
```bash
examples/express-app/package.json
@@ -1,6 +1,7 @@
1
{
2
"scripts": {
3
- "start": "node server.mjs"
+ "start": "node server.mjs",
4
+ "build": "cd ../../src/feature-management && npm i && npm run build && cd ../../examples/express-app && npm i"
5
},
6
"dependencies": {
7
"@microsoft/feature-management": "../../src/feature-management",
0 commit comments