- Clone the project into your repository by using
git clone https://github.com/Dharmik48/notes-react-firebase-v2.0.git
- Open Command terminal and type:
cd <your-repository>
- Run npm using:
npm install
- As the project uses firebase:
- Login to your firebase account.
- Create a new project name it anything you want
- Register your Application with desired name.
- Copy the config file into
/firebase
folder.
- Finally, run
npm start
to view the project into your browser.
Thanks a lot for spending your time!
It will help a lot if you can give a ⭐ to the repository.