A platform to create blogs about IT. This project was bootstrapped with Create React App.
⚡️ Modern UI Design
⚡️ Styled with Reactstrap
⚡️ Valid HTML5 & CSS3
⚡️ Created with Next
⚡️ SEO
⚡️ Mongo db
⚡️ Well organized documentation
Browser Support 🎉
Chrome ✔ | Opera ✔ | Edge ✔ | Firefox ✔ | Safari ✔ |
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git and Node.js (which comes with NPM) installed on your computer.
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
Also, you can use Yarn instead of NPM ☝️
yarn@v1.21.1 or higher
From your command line, first clone Blogging-platform app ⚡️:
# Clone this repository
$ git clone https://github.com/Res01uti0n/Blogging-platform.git
# Go into the repository
$ cd Blogging-platform
# Remove current origin repository
$ git remote remove origin
Then you can install the dependencies in each directory (frontend/backend) using NPM or Yarn:
Using NPM:
# Install dependencies
$ npm install
# Start development server
$ npm start
Using Yarn:
# Install dependencies
$ yarn
# Start development server
$ yarn start
and type in browser http://localhost:3000
Code technologies I got involved with while working on this project.
This project is licensed under the MIT License - see the LICENSE.md file for details