Giter Site home page Giter Site logo

vlaaaaaaad / aws-ug-dbx-2021-building-containers-workshop-react-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 2.0 697 KB

React web app source code for the AWS UserGroup Dubai “2021 Container Series - Building Containers” workshop

Shell 3.95% HTML 13.59% CSS 35.31% JavaScript 47.15%

aws-ug-dbx-2021-building-containers-workshop-react-app's Introduction

React (JavaScript) website

Proof-of-Concept (PoC) application that calls 2 other services.

For example for "Hello world!" this app would be the one providing calling 2 services to get "Hello" and "world", and it would add the "!" at the end.

Architecture diagram

Commands

Dependencies are defined in package.json and package-lock.json. To install the dependencies:

npm ci

To build the application:

npm build

To run the application:

npm start

Some Node.js-specific workarounds have to happen in the Dockerfile: adding node_modules to the path and installing react-scripts!

docker run --interactive --tty --rm \
  --publish 3000:3000 \
  YOUR_IMAGE_ID_HERE

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.