https://github.com/cuvar/cra-template-tbs
A basic TypeScript template for Create React App with Bootstrap and Sass
https://github.com/cuvar/cra-template-tbs
Last synced: about 2 months ago
JSON representation
A basic TypeScript template for Create React App with Bootstrap and Sass
- Host: GitHub
- URL: https://github.com/cuvar/cra-template-tbs
- Owner: cuvar
- License: mit
- Created: 2021-07-20T08:18:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T14:10:05.000Z (over 4 years ago)
- Last Synced: 2025-08-09T03:51:27.515Z (10 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cra-template-tbs
A basic TypeScript template for Create React App with Bootstrap and Sass
This is a TypeScript template for [Create React App](https://github.com/facebook/create-react-app). It uses some additional technologies such as
- Bootstrap
- Sass
- React-Router-Dom
To use this template, add `--template tbs` when creating a new app.
For example:
```sh
npx create-react-app [name] --template tbs
```
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.