1.0.4 ā€¢ Published 2 years ago

cra-template-og-tailwind v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

OG-Tailwind

npm npm node-current npm NPM

Start your create-react-app projects with Tailwind CSS

šŸ“‚ Browse in VS Code: Open in Visual Studio Code

šŸ“¦ Package on npm: npm


Install & Start

āš ļø Using Yarn Package Manager is recommended over npm.

Create React App with the template.

yarn create react-app --template og-tailwind my-app

#or

npx create-react-app my-app --template og-tailwind

#or

npm init react-app my-app --template og-tailwind

Access your project folder.

cd my-app

Start your App.

yarn start

#or

npm start

File structure

    šŸ“ my-app
    ā”œā”€ā”€šŸ“ public
    ā”‚Ā Ā  ā”œā”€ā”€ favicon.ico
    ā”‚Ā Ā  ā”œā”€ā”€ index.html
    ā”‚Ā Ā  ā”œā”€ā”€ manifest.json
    ā”‚Ā Ā  ā””ā”€ā”€ robots.txt
    ā”œā”€ā”€šŸ“ src
    ā”‚Ā Ā  ā”œā”€ā”€ App.js
    ā”‚Ā Ā  ā”œā”€ā”€ index.css
    ā”‚Ā Ā  ā””ā”€ā”€ index.js
    ā”œā”€ā”€šŸ“ package.json
    ā”œā”€ā”€šŸ“ postcss.config.js
    ā””ā”€ā”€šŸ“ tailwind.config.js

Show your support

Give a ā­ļø if this project helped you!


License

This project is licensed under the MIT license, Copyright (c) 2022 Olivier Gilquin. For more information see LICENSE.md.