/react-poc

Primary LanguageJavaScript

React POC (Proof of Concept)

Welcome to the React POC project! This project is a simple proof of concept for a React application with Storybook and CodeceptJS integration.

Live Website

Table of Contents

About the Project

Welcome to the React POC project! This project is a simple proof of concept for a React application with Storybook and CodeceptJS integration for UI Testing.

Installation Steps

Step 1: Clone & Run the Repository

git clone https://github.com/Shubhofficial1/react-poc.git
cd react-poc
npm install
npm start

Step 2: Running Storybook

npm run storybook

Step 3: Test using codeceptjs

npm run run-codecept

Step 4: Test using Jest

npm test

Step 5: Run Code Coverage Report

npm run coverage

Step 6: Build project

npm run build

Step 7: Build storybook

npm run build-storybook