https://github.com/sebastianpopp/parcel-tailwind-starter
Parcel / Tailwind Starter
https://github.com/sebastianpopp/parcel-tailwind-starter
parcel parceljs starter-template tailwind tailwindcss
Last synced: 8 months ago
JSON representation
Parcel / Tailwind Starter
- Host: GitHub
- URL: https://github.com/sebastianpopp/parcel-tailwind-starter
- Owner: sebastianpopp
- License: mit
- Created: 2023-02-10T10:15:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T15:30:28.000Z (over 1 year ago)
- Last Synced: 2025-02-03T22:46:12.712Z (over 1 year ago)
- Topics: parcel, parceljs, starter-template, tailwind, tailwindcss
- Language: HTML
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parcel / Tailwind Starter
This is a starter project for using [Parcel](https://parceljs.org/) with [Tailwind CSS](https://tailwindcss.com/).
Looking for a starter project with Vue? Check out [parcel-tailwind-vue-starter](https://github.com/sebastianpopp/parcel-tailwind-vue-starter).
## Getting Started
1. Fork this repository or run `npx degit sebastianpopp/parcel-tailwind-starter my-project`
2. Run `yarn install`
3. Run `yarn start` to start the development server
4. Add some magic ✨
5. Run `yarn build` to build the project for production
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.