Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mitchbne/wabbit
- Owner: mitchbne
- Created: 2019-07-04T05:43:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:00:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T22:58:48.875Z (over 1 year ago)
- Topics: eslint, react-app, tailwindcss, wabbit
- Language: TypeScript
- Homepage: https://wabbit.vercel.app
- Size: 2.09 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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.gitrm -rf .git && git init .
yarn install
yarn start
```