Skip to content

Open-RCA/eCom-react-frontend

Repository files navigation

Live Demo: https://thebosses-one.vercel.app/

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 in your browser to see the result.

start working on your task by creating your component homepage is pages/index.js

before going to sleep, commit your changes

git add .
git commit -m 'simple message on what you did'
git pull origin main
git push

Learn More