sharkymark / coder-react

Node.js and React helloworld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloWorld Node.js and React app (coder-react)

Instructions

  1. Click Open in Coder
  2. Authenticate into Coder and a Node.js container is built with populated parameter for the Node React repo

coder-oss.demo.coder.com as a Kubernetes pod

Open in Coder


eks-v2.demo.coder.com as a Kubernetes pod

Open in Coder


Known things

  1. If yarn start fails, it may be you are on an older version of node - add this to the start script in package.json
  "scripts": {
    "start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start"

Resources

Coder docs on Open in Coder

Container image on Docker Hub

Dockerfile

Coder Terraform template

About

Node.js and React helloworld


Languages

Language:JavaScript 47.3%Language:Shell 34.7%Language:HTML 11.7%Language:CSS 6.3%