Skip to content

Import Bootstrap css from node_modules instead of CDN #144

@tamarinkeisari

Description

@tamarinkeisari

Feature Request: Importing Bootstrap CSS Locally
Description:

This feature request proposes modifying the project to import the Bootstrap CSS file directly from the node_modules directory. Currently, the project relies on a CDN link for Bootstrap, which might not be accessible in isolated environments without internet access.

Benefits:

  • Enables deployment in environments with restricted internet access.
  • Provides more control over the specific Bootstrap version used in the project.

Implementation:
Deleting the link to the CDN from public/index.html, adding import of bootstrap.min.css in src/index.tsx.

Related links:
https://react-bootstrap.netlify.app/docs/getting-started/introduction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions