/BlogSite

A very basic website made while learning to use redux, redux-thunk, etc.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Setup Instructions

  1. Download the project.
  2. Make sure you have installed Node.js and npm is working on your terminal
  3. In the project directory, run:

    npm install

    This will install all the dependencies.
  4. In the project directory, run:

    npm start

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in the browser.