Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonayedpca/react-micro-blog
🛠🛠🛠A Simple Front-end React Application which Acts as a Complete Blog 🛠🛠ðŸ›
https://github.com/zonayedpca/react-micro-blog
react react-js react-micro-blog react-router
Last synced: 3 months ago
JSON representation
🛠🛠🛠A Simple Front-end React Application which Acts as a Complete Blog 🛠🛠ðŸ›
- Host: GitHub
- URL: https://github.com/zonayedpca/react-micro-blog
- Owner: zonayedpca
- Created: 2018-06-27T07:52:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T12:22:49.000Z (over 6 years ago)
- Last Synced: 2024-10-29T23:07:15.704Z (3 months ago)
- Topics: react, react-js, react-micro-blog, react-router
- Language: JavaScript
- Homepage: http://zonayedpca.github.io/react-micro-blog
- Size: 1.15 MB
- Stars: 29
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Clone The Project
- You can either use your git commands to clone the project or you can simple download the whole Project## Installing the Packages
- To install all the dependecies
```
npm install
```## Configure React Router
- 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 your ```basename``` found inside this App.js file(line number ```43```) with yours. As my demo URL is in a subdirectory(https://zonayedpca.github.io/react-micro-blog) called ```react-micro-blog```, I have used the ```basename``` as ```/react-micro-blog```. Please configure yours accordingly.## Configure Homepage
- 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.## Production Build
- Once you are ready to publish the project, you can easily make a production using this command:
```
npm run build
```## Thanks
- React JS
- React Router
- Talk.js Group
- And all of my friends who continuously inspire me