html-starter-boilerplate
v0.0.6
Published
Creates an html project and initializes tailwindcss. Tailwind must be installed for the command to work.
Downloads
2
Readme
html-starter-boilerplate
NOTE
tailwindcss
must be installed for this package to work.- To install it run
npm i -g tailwindcss
.
Installtion
Run either:
npm i html-starter-boilerplate
for local install.npm i -g html-starter-boilerplate
for global install.
Use
Run:
html-starter-boilerplate
ornpx html-starter-boilerplate
then follow the given instructions.pnpx
might not work so just usenpx
.