kosaki08 / react-typescript-tailwind-starter

A starter template for TypeScript and React, TailwindCSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React TypeScript Tailwind Starter

Installation

  1. Clone/download repo
  2. yarn install (or npm install for npm)

Usage

# Development
# it automatically opens `http://localhost:8080` in your default browser.
$ yarn start

# Production Build
# Build app once (HMR disabled) to `/dist/`
$ yarn build

# Check Types
$ yarn type-check

# Formatting
$ yarn format

# Linting
$ yarn lint

# Testing
$ yarn test

# Testing and Type Checking, Linting
$ yarn test-all

# Command line committing
$ yarn commit

License

MIT

About

A starter template for TypeScript and React, TailwindCSS.

License:MIT License


Languages

Language:HTML 33.5%Language:TypeScript 24.1%Language:JavaScript 23.2%Language:CSS 19.2%