Giter Site home page Giter Site logo

next-js-aws-elastic-beanstalk's Introduction

Deploying NextJS App to AWS Elastic Beanstalk

1.0 Getting Started

Installing Node JS

Head on over to https://nodejs.org/en/ and install Node JS.

Installing NPM (Node Package Manager)

Head over to https://www.npmjs.com/get-npm to install NPM.

Create Project Folder

Create a folder where you want your app to be stored on your local computer (either using a terminal or clicking using the standard operating system user interface).

Now you will need the terminal. Open up the terminal and navigate to the folder you created.

Common commands:

  • ls - lists the files and folders inside of your current directory
  • cd <folder name> - change folders to folder name specified
  • cd .. - move up one folder

Installing NextJS

While in the terminal (and in your folder), install NextJS using npm install --save next react react-dom

2.0 Creating NextJS App

Creating App

Testing App Locally

3.0 Setting up AWS Elastic Beanstalk

Create Account

Create App

Create Environment

Free/Low Cost

4.0 Uploading NextJS App to Elastic Beanstalk

Configuring Settings

Create .ebextensions/node-settings.config

Proper YAML formatting

Updating package.json

Creating server.js

Updating port

Zip Files

Mac OSX

5.0 Troubleshooting

6.0 FAQs

next-js-aws-elastic-beanstalk's People

Contributors

joelmasters avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.