/React-Blog

Blog web app built with React

Primary LanguageJavaScriptMIT LicenseMIT

React Blog Web App

This is a simple blog built with React and pure CSS. It's open to contributions, however.

Installation

Clone the repository and head to the project directory from your terminal and run the following command

npm install

NOTE: You should have Node installed to be able to run the previous command, and you can check that by running the following one

node -v

If Node version appeared, then, you have it all set up, otherwise, you need to install it.

Running the project

To run the project, run the two following commands simultaneously in separate terminal instances

npm run start
npx json-server --watch data/db.json --port 8000

License

Released under the MIT License as shown here