Skip to content

meghoshpritam/courses-client

Repository files navigation

Courses Client

⚠ under development ⚠

An educational site with React.js

Check the site demonot work properly backend not intregrted

Includes

Get Started

clone repo

git clone https://github.com/meghoshpritam/courses-client.git

go to the repo

cd courses-client

install dependencies

npm install
# or
yarn install
# or
pnpm install

start the project

npm start
# or
yarn start
# or
pnpm start

open in your favorite browser by going localhost:3000

Server side checkout