An open API service indexing awesome lists of open source software.

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

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.