Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/el634dev/react-ts-tailwind

React, TypeScript and Tailwind CSS boilerplate with NPM as the package manager
https://github.com/el634dev/react-ts-tailwind

react-vite tailwind-css template-project typescript

Last synced: about 1 month ago
JSON representation

React, TypeScript and Tailwind CSS boilerplate with NPM as the package manager

Awesome Lists containing this project

README

        

# React-TS-Tailwind Boilerplate
> A React, TypeScript and Tailwind CSS boilerplate project that can be used for projects

## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Setup](#setup)
* [Usage](#usage)
* [Acknowledgements](#acknowledgements)

## General Information
> This project aims to solve the problem of getting Tailwind CSS to work with TypScript
>
> The purpose of this project to make development more smoother and simpler so the focus is on the project

## Technologies Used
> [![My Skills](https://skillicons.dev/icons?i=react)](https://skillicons.dev)
> [![My Skills](https://skillicons.dev/icons?i=tailwind)](https://skillicons.dev)
> [![My Skills](https://skillicons.dev/icons?i=ts)](https://skillicons.dev)

## Setup
> To setup things after you have cloned this project, you must first go into the react-boilerplate directory/folder by using `cd react-boilerplate` in your terminal.
> After you have change directories you then run `npm install` in your terminal and you can run `npm run dev` because `npm start` does not work with Vite.

## Usage
> Then after setup things you can write your code in the src directory/folder inside of the react-boilerplate

## Project Status
Project is: _complete_.

## Acknowledgements
Give credit here.
- This project was inspired by the pain of trying to get Tailwind CSS setup with TypeScript and Vite
- This project was based on [this tutorial]([https://www.example.com](https://frontendshape.com/post/install-setup-tailwind-css-react-18-typescript-vite)).
- If your project is not showing anything or seems to be not working, try shutting down the server using `ctrl + c` for Mac users and restart the server again by running `npm run dev`.