Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samk13/react-styledcomponents-tailwindcss
https://github.com/samk13/react-styledcomponents-tailwindcss
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/react-styledcomponents-tailwindcss
- Owner: Samk13
- Created: 2021-01-11T22:47:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T22:57:13.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T12:59:59.337Z (2 months ago)
- Language: JavaScript
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Styled Component + tailwindcss 2 Starter boilerplate
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This project was bootstrapped after reading this article from Freecodecamp [How to Style Your React Apps](https://www.freecodecamp.org/news/how-to-style-your-react-apps-with-less-code-using-tailwind-css-and-styled-components/#:~:text=Tailwind%20is%20a%20utility%2Dfirst,into%20CSS%2Din%2DJS.).## Available Scripts
In the project directory, you can run:
### `yarn build:css`
### `yarn watch:css`
These two scripts build:css and watch:css will respectively build the CSS and watch for changes and rebuild it if needed. And as I said earlier, the output file will be located in the assets folder.
### `yarn start`
start the development
### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.### `yarn eject`
You don't really need to touch this unless you know what you are doing!