https://github.com/emanuelefavero/react-bootstrap
This projects shows the main features of React Bootstrap
https://github.com/emanuelefavero/react-bootstrap
bootstrap react react-bootstrap typescript vite
Last synced: 3 months ago
JSON representation
This projects shows the main features of React Bootstrap
- Host: GitHub
- URL: https://github.com/emanuelefavero/react-bootstrap
- Owner: emanuelefavero
- License: mit
- Created: 2024-01-20T10:22:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T01:44:29.000Z (over 2 years ago)
- Last Synced: 2025-03-29T16:13:08.402Z (over 1 year ago)
- Topics: bootstrap, react, react-bootstrap, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Bootstrap
This projects shows the main features of [React Bootstrap](https://react-bootstrap.netlify.app/)
> React Bootstrap is a comprehensive front-end framework combining the power of React and Bootstrap. It reimplements Bootstrap components as React components, providing a seamless integration of the two libraries. This project aims to utilize React Bootstrap to build responsive, mobile-first projects on the web with the world's most popular front-end component library
> Note: This project is built with vite (React Typescript template)
## Getting Started
### Installation
- Clone this repo
- Install dependencies
```bash
npm i
```
- Run the app
```bash
npm run dev
```
- Open [http://localhost:5173](http://localhost:5173) to view it in the browser
## Resources
- [React Bootstrap](https://react-bootstrap.netlify.app/)
- [Vite](https://vitejs.dev/)
## License
- [MIT](LICENSE.md)