https://github.com/thomd/aws-elastic-beanstalk-example
deployment of a simple node.js application on AWS Elastic Beanstalk
https://github.com/thomd/aws-elastic-beanstalk-example
aws babel docker elasticbeanstalk nodejs webpack
Last synced: 2 months ago
JSON representation
deployment of a simple node.js application on AWS Elastic Beanstalk
- Host: GitHub
- URL: https://github.com/thomd/aws-elastic-beanstalk-example
- Owner: thomd
- Created: 2018-09-23T12:43:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T21:08:22.000Z (over 7 years ago)
- Last Synced: 2025-03-30T19:15:00.739Z (about 1 year ago)
- Topics: aws, babel, docker, elasticbeanstalk, nodejs, webpack
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy a Node.js Application on AWS Elastic Beanstalk
A simple example.
## Prerequisites
brew install awsebcli
## Setup
npm install
npm run build
eb init
eb create
eb open
// code ...
eb deploy