cra-template-og-tailwind

1.0.4 • Public • Published

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.

Package Sidebar

Install

npm i cra-template-og-tailwind

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

10 kB

Total Files

14

Last publish

Collaborators

  • zektrix