Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitchbne/wabbit

TailwindCSS + Create React App + Typescript + ESLint
https://github.com/mitchbne/wabbit

eslint react-app tailwindcss wabbit

Last synced: 3 days ago
JSON representation

TailwindCSS + Create React App + Typescript + ESLint

Awesome Lists containing this project

README

        


Wabbit


A template starter repository using Create React App, TailwindCSS, Typescript and ESlint.



---

### Getting Started

Getting started is as simple as
```bash
git clone [email protected]:mitchbne/wabbit.git

rm -rf .git && git init .

yarn install

yarn start
```