Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santima10/tailwindcss-parcel-starter
🏁 This is an example of a super simple Tailwind CSS + ParcelJS starter project.
https://github.com/santima10/tailwindcss-parcel-starter
hacktoberfest netlify parcel-bundler parceljs tailwindcss
Last synced: 1 day ago
JSON representation
🏁 This is an example of a super simple Tailwind CSS + ParcelJS starter project.
- Host: GitHub
- URL: https://github.com/santima10/tailwindcss-parcel-starter
- Owner: SantiMA10
- License: mit
- Created: 2018-12-15T11:05:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T07:01:29.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T07:46:15.504Z (over 1 year ago)
- Topics: hacktoberfest, netlify, parcel-bundler, parceljs, tailwindcss
- Language: HTML
- Homepage: https://tailwindcss-parcel-starter.netlify.com/
- Size: 1.71 MB
- Stars: 49
- Watchers: 2
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind CSS Parcel Starter Project [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=SantiMA10/tailwindcss-parcel-starter)](https://dependabot.com) ![Node.js CI](https://github.com/SantiMA10/tailwindcss-parcel-starter/workflows/Node.js%20CI/badge.svg)
This is an example of a super simple [Tailwind CSS](https://tailwindcss.com) + [ParcelJS](https://parceljs.org) starter project.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/SantiMA10/tailwindcss-parcel-starter)
## Get started
Clone the project and install the dependencies:
```
git clone https://github.com/SantiMA10/tailwindcss-parcel-starter
yarn // or npm i
```After that, start up Parcel Development Server:
```
yarn dev // or npm run dev
```You can play around with `/index.html` to see the effects of your changes.
## Production bundle
```
yarn prod //or npm run prod
```After that you will have a ready to deploy bundle at `/dist`
## Contributing
Please report any issues. New features and ideas that you'd like to see implemented will be welcome, also feel free to send any pull requests.