Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samh7/create-html-starter
- Owner: samh7
- Created: 2024-08-16T20:23:47.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-22T22:30:01.000Z (5 months ago)
- Last Synced: 2024-08-23T00:05:24.304Z (5 months ago)
- Topics: css, html, html-starter-template, js, npm-module, tailwind-starter, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 14.6 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`.