0.0.3 • Published 4 months ago

gic_frontend v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

GIC_Frontend

This project is being developed follow by HRS System Design to develop React common components.

Table of Contents

Getting Started

Provide a brief introduction on how to get the project up and running.

Prerequisites

List any software or tools that need to be installed before following the installation steps. For example:

  • Node.js - Ensure you have Node.js installed.

Installation

  1. Clone the repository:

    git clone https://sourcecode-smartbilling.visualstudio.com/Crisis%20-%20Insurance/_git/Insurance_Crisis_FE
    cd your-project
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Project should now be running at http://localhost:5173.

  1. Start storybook server:
    npm run storybook

Project should now be running at http://localhost:6006.

Technologies

  1. React + TypeScript + Vite

    This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

    Currently, two official plugins are available:

    Expanding the ESLint configuration

    If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

    • Configure the top-level parserOptions property like this:
       parserOptions: {
       ecmaVersion: 'latest',
       sourceType: 'module',
       project: ['./tsconfig.json', './tsconfig.node.json'],
       tsconfigRootDir: __dirname,
       },
    • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
    • Optionally add plugin:@typescript-eslint/stylistic-type-checked
    • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list
  1. Tailwind css + styled-components
  2. Redux toolkit
  3. Storybook