StackTrek Sync Activity
View Demo
Β·
Report Bug
Β·
Request Feature
Table of Contents
This is a frontend application built with React.js that displays a recipe page.
To get a local copy up and running follow these simple example steps.
You need to have npm
installed on your computer in order to be able to install and run the project.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Chizaram-Igolo/fullstack-activity.git
- Install NPM packages
cd fullstack-activity && npm install
- Run the Project
npm run dev
- Navigate to
http://127.0.0.1:5173/
(or the exposed port) on your favourite browser