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

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.

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
```

![The template doesn't come with the React placeholder stuff](./thumbnail.png)

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)