This repository contains a simple https://raw.githubusercontent.com/matthias9855/3-Tier-GitHub-Actions-Project/main/person/3-Tier-GitHub-Actions-Project.zip API and a React client used for a user management demo. Follow the steps below to get the project running locally.
-
Install https://raw.githubusercontent.com/matthias9855/3-Tier-GitHub-Actions-Project/main/person/3-Tier-GitHub-Actions-Project.zip (version 18 or later is recommended).
-
Install dependencies for both the API and client:
cd api && npm install cd ../client && npm install
-
Start the API server:
cd api npm start -
In a separate terminal, start the React client:
cd client npm start -
Open
http://localhost:3000in your browser to use the application.
The client now displays an animated banner welcoming you to DevOps Shack.