https://github.com/m-nathani/react-bootstrap
Application for bootstrapping a react application using create-react-app
https://github.com/m-nathani/react-bootstrap
boilerplate bootstrap craco create-react-app javascr library reactjs
Last synced: 3 months ago
JSON representation
Application for bootstrapping a react application using create-react-app
- Host: GitHub
- URL: https://github.com/m-nathani/react-bootstrap
- Owner: m-nathani
- License: mit
- Created: 2021-12-25T17:11:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T16:33:47.000Z (about 4 years ago)
- Last Synced: 2025-10-24T08:59:01.369Z (9 months ago)
- Topics: boilerplate, bootstrap, craco, create-react-app, javascr, library, reactjs
- Language: JavaScript
- Homepage: https://bootstrap-reactjs.netlify.app/
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-bootstrap
Boilerplate to bootstrap react app with pre configure changes.
[](https://app.netlify.com/sites/bootstrap-reactjs/deploys)
## Demo
Play demo [here](https://bootstrap-reactjs.netlify.app/)
## Setup for local development
Using Set the correct environment variables (Ask a developer for the dotenv files)
## Folder structure
```
├── apis
├── assets
├── components
├── constants
├── contexts
├── hooks
├── locales
├── pages
├── redux-store
├── services
├── styles
└── utils
```
## Deployment
Make sure you are logged in to `npm` with the your account: Run `npm login`
Make sure you are logged in to `github cli` with the your github account: Run `gh auth login` and
use your own github credentials.
To deploy run `npm run deploy` where the app you want to deploy