mostafizurhimself / react-blog

Vitest integration with React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Blog

This is a simple blog app built with React, Redux, React Router and Vite.

Features

  • List of alticles
  • Article detail
  • Like/Dislike article
  • Comment on article
  • Search article based on category and tags

Installation

Clone the repo

git clone git@github.com:mostafizurhimself/react-blog.git

Go to the project directory

cd react-blog

Install dependencies

 yarn install

Start the development server

yarn dev

Open the browser and go to http://localhost:3000

Build

Run the following command to build the project

yarn build

Serve the build yarn start Open the browser and go to http://localhost:3000

Test

Run the following command to run the tests

yarn test

About

Vitest integration with React.js


Languages

Language:TypeScript 98.1%Language:HTML 1.0%Language:JavaScript 0.7%Language:SCSS 0.2%