Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aqkhan/vanilla-js-workflow-tailwind

Bundles tailwindcss and Vanilla JS for dev and production builds using Parcel.
https://github.com/aqkhan/vanilla-js-workflow-tailwind

babel javascript parcel-bundler tailwindcss vanilla-javascript

Last synced: 2 days ago
JSON representation

Bundles tailwindcss and Vanilla JS for dev and production builds using Parcel.

Awesome Lists containing this project

README

        

## Getting started
- `git clone https://github.com/aqkhan/vanilla-js-workflow-tailwind.git && cd vanilla-js-workflow-tailwind.git`
- `yarn` or `npm install`

### HTML & CSS edits
- Add html blocks to /public/index.html (Sample block included)
- Add fonts to /src/css/style.css
- Replace line 1 with your desired [Google font](https://fonts.google.com/)
- Add font name to line 6 & 8 (Replace `Montserrat` with your desired font string)

### Preview changes
- When done with HTML & CSS changes `yarn dev` or `npm run dev`
- This supports Hot Module Reload. Any change you make should reflect [here](http://localhost:3000) without manual page reload

### Build & Deploy
- `yarn build` or `npm run build`