unsplash_blog.mp4
The first thing to do is to clone the repository:
$ git clone [email protected]:SampurnaC/django_blog_frontend.git
$ cd django_blog_app_frontend
The backend repository is different so you will need to clone the backend repository and follow the readme instructions from there as well.
https://github.com/SampurnaC/django_blog_app_backend
Install dependencies:
npm install
$ cd project
$ npm start
And navigate to http://127.0.0.1:3000
.