To run the sample locally, follow the steps below.
- Node.js and Git
- Visual Studio Code installed
Clone (or Fork and Clone) this repository
This project can be run anywhere, but VS Code is required for local debugging.
- Open the application with VS Code.
- Install front-end dependencies...
cd into client folder
npm install
- Run the web client project in the browser (automatically opens a browser window).
cd into client folder
npm run start
Start your Docker Desktop or Service and run the following comand. Change dev
to the current version.
docker build --platform=linux/amd64 --tag jkockms/homepage:dev .
Run container via:
docker run -p 1337:80 jkockms/homepage:dev