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

https://github.com/motdotla/ec2-on-node

EC2 on NodeJS - Deploy a NodeJS app on EC2 in a few minutes.
https://github.com/motdotla/ec2-on-node

Last synced: 7 months ago
JSON representation

EC2 on NodeJS - Deploy a NodeJS app on EC2 in a few minutes.

Awesome Lists containing this project

README

          

# ec2-on-node

![ec2-on-node](ec2-on-node.png)

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

Deploy a NodeJS app on EC2 in a few minutes.

## Usage

See [instructions](http://www.mot.la/2015-08-13-ec2-on-node.html).

## Development

```
npm install
npm start
```