This repository contains a simple Node.js API and a React client used for a user management demo. Follow the steps below to get the project running locally.
-
Install Node.js (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.