Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oeb25/react-typescript-tailwind-parcel
- Owner: oeb25
- Created: 2019-10-22T15:58:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:57:57.000Z (almost 2 years ago)
- Last Synced: 2023-09-12T07:11:40.565Z (about 1 year ago)
- Topics: parcel-bundler, react, tailwindcss, typescript
- Language: TypeScript
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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'
```