- You can either use your git commands to clone the project or you can simple download the whole Project
- To install all the dependecies
npm install
- As I have used React Router here to navigate between some pages. This Router has a base URL hardly coded inside the
src/App.js
file. Please replace yourbasename
found inside this App.js file(line number43
) with yours. As my demo URL is in a subdirectory(https://zonayedpca.github.io/react-micro-blog) calledreact-micro-blog
, I have used thebasename
as/react-micro-blog
. Please configure yours accordingly.
- Same for the production version, I have added a field called
homepage
inside package.json file. Please replace it with yours if you want your production version to work properly.
- Once you are ready to publish the project, you can easily make a production using this command:
npm run build
- React JS
- React Router
- Talk.js Group
- And all of my friends who continuously inspire me