# cra-template-with-bootstrap

> A cra template with bootstrap for quick and easy project starts, uses v4.5

Latest version **0.1.0** (published 2020-06-21) · MPL-2.0 license · 0 weekly downloads

## Install

```sh
npm install cra-template-with-bootstrap
pnpm add cra-template-with-bootstrap
yarn add cra-template-with-bootstrap
bun add cra-template-with-bootstrap
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2020-06-21 |
| First published | 2020-06-21 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 0 |
| Unpacked size | 303.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | alpe88 |
| Keywords | react, create-react-app, template, bootstrap |

## Links

- npm: https://www.npmjs.com/package/cra-template-with-bootstrap
- Repository: https://github.com/alpe88/cra-template-with-bootstrap
- Homepage: https://github.com/alpe88/cra-template-with-bootstrap#readme
- Issues: https://github.com/alpe88/cra-template-with-bootstrap/issues
- npm.io page: https://npm.io/package/cra-template-with-bootstrap

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2020-06-21

## README

# cra-template-with-bootstrap
An easy-to-use boilerplate for bootstrapping with react (uses cdn...)

# why
I wanted an easy way to include bootstrap with my react projects - I realize using cdn may not be the ideal way for production, none-the-less give [this answer on StackOverflow](https://stackoverflow.com/questions/26192897/should-i-use-bootstrap-from-cdn-or-make-a-copy-on-my-server "Should I use Bootstrap from CDN or make a copy on my server?") a read - it helped me make the decision.

## what you get
a `npx create-react-app` with bootstrap cdn in the `public\index.js` file

## what you need
a supported version of node (go latest)
npm 5.2+ for that npx goodness!
a terminal :)

## how to use
`npx create-react-app my-app --template cra-template-with-bootstrap` in a terminal of your project folder

If you're not familiar with the terminal, how to use commands in it, etc - give [this article](https://computers.tutsplus.com/tutorials/navigating-the-terminal-a-gentle-introduction--mac-3855 "Navigating the Terminal: A Gentle Introduction") a read, I only skimmed it, but it looks comprehensive and it has top marks on Google :). Ok you might find this harsh but I struggled with using the commands for a long time, even git and it wasn't until I threw myself into it that I figured it out. I was mostly afraid that I wouldn't know the commands or how to use them; turns out Google is your friend and there is no better motivator than necessity.

---
_Source: https://npm.io/package/cra-template-with-bootstrap · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
