react-setup-ts
v1.0.2
Published
My Basic react js setup with typescript tailwind
Readme
React Setup TypeScript
A modern React starter template with TypeScript and Tailwind CSS configuration.
Features
- ⚛️ React (Latest Version)
- 🔷 TypeScript
- 🎨 Tailwind CSS
- 📦 Modern bundling setup
- 🔧 Pre-configured development environment
Getting Started
Prerequisites
- Node.js (Latest LTS version recommended)
- npm or yarn
Installation
- Clone the repository:
git clone https://github.com/yourusername/react-setup-ts.git
cd react-setup-ts- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm start
# or
yarn startProject Structure
react-setup-ts/
├── src/
│ ├── components/
│ ├── pages/
│ ├── App.tsx
│ └── index.tsx
├── public/
├── package.json
├── tsconfig.json
└── README.mdScripts
npm start- Starts the development servernpm build- Creates a production buildnpm test- Runs the test suite
Author
Mayank Panchal
Full-Stack Developer | React.js & Node.js Specialist
License
This project is licensed under the ISC License.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
