Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oeb25/react-typescript-tailwind-parcel

React / TypeScript / Tailwind / Parcel Starter
https://github.com/oeb25/react-typescript-tailwind-parcel

parcel-bundler react tailwindcss typescript

Last synced: about 9 hours ago
JSON representation

React / TypeScript / Tailwind / Parcel Starter

Awesome Lists containing this project

README

        

# React / TypeScript / Tailwind / Parcel Starter

Just clone the repo, update the dependencies, remove the old git repository, create a new, and your are ready to go!

```bash
$ git clone [email protected]:oeb25/react-typescript-tailwind-parcel.git -o project-name
$ cd project-name
$ npm update
$ rm -rf .git
$ git init
$ git commit -am 'first commit'
```