Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 960 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 960 Bytes

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