Skip to content

Commit 0c49815

Browse files
add readme
1 parent 5a1ae4c commit 0c49815

File tree

2 files changed

+17
-5187
lines changed

2 files changed

+17
-5187
lines changed

examples/quote-of-the-day/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Quote of the day - JavaScript
2+
3+
These examples show how to use the Microsoft Feature Management in an express application.
4+
5+
## Setup & Run
6+
7+
1. Build the project.
8+
9+
```cmd
10+
npm run build
11+
```
12+
13+
1. Start the application.
14+
15+
```cmd
16+
npm run start
17+
```

0 commit comments

Comments
 (0)