7 lines
126 B
Markdown
7 lines
126 B
Markdown
# starter-express-api
|
|
|
|
This is the simplest possible nodejs api using express that responds to any request with:
|
|
```
|
|
Yo!
|
|
```
|