Blog application created using React
-
Clone the Repo
git clone git@github.com:Vinald/React-Blog.git cd React-Blog -
Install dependencies
npm install
-
Start JSON Server
npx json-server --watch db.json --port 3001
-
Run the React application
npm run dev
-
Access the app
Open http://localhost:5173 in your browser.