An open API service indexing awesome lists of open source software.

https://github.com/optimizely/rollouts-getting-started-js


https://github.com/optimizely/rollouts-getting-started-js

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# rollouts-getting-started-js

## Installation
* Clone the repo with `git clone git@github.com:optimizely/rollouts-getting-started-js.git`
* Navigate to the directory `cd rollouts-getting-started-js`
* Install dependencies `npm install`
* Run the app with `node app.js`

## One-line Install
* `git clone git@github.com:optimizely/rollouts-getting-started-js.git; cd rollouts-getting-started-js; npm install;`