8000 GitHub - Saaaaakibhai/abi_webfrontend: This website has based on online business
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Saaaaakibhai/abi_webfrontend

Repository files navigation

ABI Web Frontend

This is the frontend for the ABI (Amanot Business Invest) platform — "Stay Ahead By Investment" — an online business website built using React.

Front-End Development Setup

To start developing the frontend, follow the React installation steps for your operating system:

Development Environment

We will be using Visual Studio Code as our code editor. Follow the instructions below to install it on your operating system:

Tools and Technologies

  • React (Front-end framework)
  • Vite (Build tool)
  • Tailwind CSS (CSS framework)
  • Visual Studio Code (Development environment)

Project Setup (React + Vite + Tailwind CSS)

To set up the project, follow the steps below:

  1. Initialize the project with Vite:

    npm create vite@latest ./

    Choose the following options:

    • React
    • JavaScript
  2. Install the necessary dependencies:

    npm install
  3. Start the development server:

    npm run dev

Tailwind CSS Setup

  1. Install Tailwind CSS along with PostCSS and Autoprefixer:

    npm install -D tailwindcss postcss autoprefixer
    npx tailwindcss init -p
  2. Update the tailwind.config.js file:

    content: [
      "./index.html",
      "./src/**/*.{js,ts,jsx,tsx}",
    ],
  3. Add Tailwind's base, components, and utilities styles in the index.css file:

    @tailwind base;
    @tailwind components;
    @tailwind utilities;
  4. Run the development server again:

    npm run dev

React Router Dom

  1. npm install react-router-dom
  2. npm install react-redux

Install Axios

  1. npm install axios

Additional Configurations

  • Extension ES7+React/Redux/React-Native snippets

  • Handling unknownatrule Warnings:
    If you encounter unknownatrule warnings, you can configure your editor(settings) to ignore them.

  • Tailwind CSS Intellisense Extension:
    Install the Tailwind CSS Intellisense extension in Visual Studio Code.

Summary

This repository contains the frontend code for the ABI online business platform. Follow the provided guides to set up your local environment.

Thank You Devs

React + 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:

About

This website has based on online business

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0