https://github.com/lgkonline/cra-template-ts-bootstrap
Template for Create React App with TypeScript, Bootstrap, Sass and reactstrap.
https://github.com/lgkonline/cra-template-ts-bootstrap
bootstrap create-react-app react sass scss template typescript
Last synced: about 2 months ago
JSON representation
Template for Create React App with TypeScript, Bootstrap, Sass and reactstrap.
- Host: GitHub
- URL: https://github.com/lgkonline/cra-template-ts-bootstrap
- Owner: lgkonline
- Created: 2020-04-28T13:13:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T06:34:47.000Z (about 6 years ago)
- Last Synced: 2025-10-10T11:32:02.509Z (9 months ago)
- Topics: bootstrap, create-react-app, react, sass, scss, template, typescript
- Language: TypeScript
- Homepage:
- Size: 965 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-ts-bootstrap
This is a fork of the [official TypeScript template](https://github.com/facebook/create-react-app/tree/master/packages/cra-template-typescript) for [Create React App](https://github.com/facebook/create-react-app), but doesn't come with the placeholder React logo. So you don't have to clean up your new project before you are able to start coding.
To use this template, add `--template ts-bootstrap` when creating a new app.
For example:
```sh
npx create-react-app my-app --template ts-bootstrap
# or
yarn create react-app my-app --template ts-bootstrap
```

For more information, please refer to:
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.
If you find this useful, you might also like my other projects: [https://lgk.io](https://lgk.io)\
My Twitter: [@lgkonline](https://twitter.com/lgkonline)