Skip to content

abhishek-bhatkar/react-notes-app

Repository files navigation

react-notes-app

Note taking application using react.

Made with:

To run locally:

- Clone this Repo to Run this Project in Your Machine:

git clone https://github.com/HamzaZaidiX/Blog-World/

- Run these Commands on your Terminal to install node_modules:

npm install
or
yarn add

- Install all dependencies

-Run the app:

npm run dev
or
yarn dev