Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 677 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 677 Bytes

Getting Started

This is a simple nodejs project, in order to store all the Dockerfiles. If you have any questions, please contact [email protected].

Development environment setup

  1. From https://code.visualstudio.com install Visual Studio Code.
  2. From https://nodejs.org install nodejs v22.
  3. From https://www.docker.com/get-started install docker.

Available Scripts

In the project directory, you can run:

npm start

Build the react and springboot projects to generate two docker images. The names of the docker images are client and server.

Learn More

  1. Dockerfile (https://docs.docker.com/develop/develop-images/dockerfile_best-practices/)