https://github.com/aviaryan/react-typescript-tailwind-styled-components
Boilerplate for getting started with a TypeScript based React (CRA) project with Tailwind and Styled-Components. Also includes editorconfig, prettier and HMR.
https://github.com/aviaryan/react-typescript-tailwind-styled-components
Last synced: 3 months ago
JSON representation
Boilerplate for getting started with a TypeScript based React (CRA) project with Tailwind and Styled-Components. Also includes editorconfig, prettier and HMR.
- Host: GitHub
- URL: https://github.com/aviaryan/react-typescript-tailwind-styled-components
- Owner: aviaryan
- Created: 2019-10-26T08:10:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:35:45.000Z (almost 3 years ago)
- Last Synced: 2025-06-28T00:49:34.340Z (3 months ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Styled-Components + TailwindCSS Boilerplate
> Boilerplate for getting started with a TypeScript based React ([CRA](https://github.com/facebook/create-react-app)) project with Tailwind and Styled-Components. Also includes editorconfig, prettier and HMR.
This is the setup I used to start an old project of mine using these technologies. There were no tutorials available on the Internet so it took some time to get up and running. I hope this repository helps anyone looking to use the same tech.
**Check out the [commits](https://github.com/aviaryan/react-typescript-tailwind-styled-components/commits/master) to understand individual steps.**
### Running the project
```sh
yarn start
```