https://github.com/samh7/create-html-starter
https://github.com/samh7/create-html-starter
css html html-starter-template js npm-module tailwind-starter tailwindcss
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/samh7/create-html-starter
- Owner: samh7
- Created: 2024-08-16T20:23:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:34:30.000Z (7 months ago)
- Last Synced: 2025-04-10T21:53:12.167Z (about 1 month ago)
- Topics: css, html, html-starter-template, js, npm-module, tailwind-starter, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-html-starter
# NOTE
- `tailwindcss` is assumed to be installed.
- To install it run `npm i -g tailwindcss`.# Installtion
Run either:
- `npm i create-html-starter` for local install.
- `npm i -g create-html-starter` for global install.# Use
Run:
- `create-html-starter` or `npx create-html-starter` then follow the given instructions.
- `pnpx` might not work so just use `npx`.