Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aqkhan/vanilla-js-workflow-tailwind
- Owner: aqkhan
- Created: 2020-05-11T21:30:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T18:07:48.000Z (over 4 years ago)
- Last Synced: 2024-01-29T04:50:29.605Z (10 months ago)
- Topics: babel, javascript, parcel-bundler, tailwindcss, vanilla-javascript
- Language: CSS
- Homepage:
- Size: 241 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`