https://github.com/featurevisor/featurevisor-example-expressjs
Express.js application example using Featurevisor SDK
https://github.com/featurevisor/featurevisor-example-expressjs
Last synced: 12 months ago
JSON representation
Express.js application example using Featurevisor SDK
- Host: GitHub
- URL: https://github.com/featurevisor/featurevisor-example-expressjs
- Owner: featurevisor
- License: mit
- Created: 2023-07-30T14:02:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T19:36:37.000Z (over 1 year ago)
- Last Synced: 2024-12-21T20:25:22.008Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# featurevisor-example-expressjs
Example of using [Featurevisor](https://featurevisor.com/) with [Express.js](https://expressjs.com/) application.
## Installation
Clone the repository and install dependencies:
```
$ npm ci
```
## Usage
Run the application:
```
$ npm start
```
Visit [http://localhost:3000](http://localhost:3000) to see the application.
## License
MIT © [Fahad Heylaal](https://fahad19.com)