Skip to content

D3TR3/Create-React-App-TW-Minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create-React-App with Tailwind (Minimal)

A minimal setup of Create-React-App with Tailwind CSS integration.

Features

  • React 18
  • Tailwind CSS
  • Minimal configuration
  • No extra dependencies

Getting Started

Prerequisites

  • Node.js (14.x or higher)
  • npm (6.x or higher)

Installation

Clone this repository:

git clone https://github.com/D3TR3/Create-React-App-TW-Minimal

Available Scripts

  • npm start - Runs the app in development mode
  • npm run rei - Reinstalls dependencies (deletes node_modules & package-lock.json, then runs npm install)
  • npm run build - Builds the app for production

Project Structure

src/
  ├── components/
  ├── App.js
  ├── index.js
  └── index.css

Tailwind Configuration

This project uses a minimal Tailwind CSS setup with default configuration. The configuration can be found in tailwind.config.js.

About

Create-React-App-TW Minimal is basically what it says its just a minimal setup of Create React App with TailwindCSS

Topics

Resources

Stars

Watchers

Forks

Contributors